You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Impact of the bug
Any system using the new AlertManager module (only MicroServices so far)
Describe the bug
Over the weekend I received 3 MSTransferor email alerts with no subject (no subject). We should adopt the correct alert arguments such that alert emails are sent with a meaningful and short subject.
How to reproduce it
I guess it's just a matter of creating an alert in AlertManager.
Expected behavior
There are a couple of things to be fixed in this issue:
email alerts must contain a short and meaningful subject. Something like "MSTransferor: input transfer over threshold for workflow ABC..."
the set of rule ids should likely not be part of the alert name (otherwise it's very hard to see them in Slack)
@vkuznet Valentin, just FYI, there seems to be some limits to the subject length. I ran some tests this morning, with the same code that is currently in production, and the email alerts were sent with the correct subject.
There is nothing for you to work on though, since we are changing how the alert name is constructed, it's just so you know in case it happens in the future.
ok, good to know. Since it is alerting system rather the email one, it is totally proper choice. All details should go to annotations, summary descriptions instead of subject.
Please remember, AM has very flexible matching rules which can be used to route alerts to different destination, e.g. we can apply regexp to any attribute and route differently alerts. Therefore, I suggest that you better exploit those attributes and if you come up with a "schema" or "tags" we can apply them to route your alerts to appropriate channels. For instance, you may consider database failures to one channel, while workflow failures to another, etc.
Impact of the bug
Any system using the new AlertManager module (only MicroServices so far)
Describe the bug
Over the weekend I received 3 MSTransferor email alerts with no subject
(no subject)
. We should adopt the correct alert arguments such that alert emails are sent with a meaningful and short subject.How to reproduce it
I guess it's just a matter of creating an alert in AlertManager.
Expected behavior
There are a couple of things to be fixed in this issue:
Additional context and error message
Follow up of: #10308
Screenshot (cropped): http://amaltaro.web.cern.ch/amaltaro/forWMCore/Issue_10468/wrong_alert_email.png
The text was updated successfully, but these errors were encountered: