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
We would like to know "why" duties are failing on a the centralised aggregate metrics level. This would allow us to identify changes in duty failing trends, i.e., if there is a huge increase (or decrease) in some reason, then we should be able to identify and explain it.
This information is however only available in logs, not in metrics.
Proposed solution
Two options:
Add centralised log store (requires a lot of work)
Refactor current tracker failed_msg from a string into a enum (number) and add that as label to failed_duty_counter.
The text was updated successfully, but these errors were encountered:
Problem to be solved
We would like to know "why" duties are failing on a the centralised aggregate metrics level. This would allow us to identify changes in duty failing trends, i.e., if there is a huge increase (or decrease) in some reason, then we should be able to identify and explain it.
This information is however only available in logs, not in metrics.
Proposed solution
Two options:
failed_msg
from a string into a enum (number) and add that as label tofailed_duty_counter
.The text was updated successfully, but these errors were encountered: