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
The metric broadcast_errors introduced in Hermes v1.7.2 uses the error code and error description as label. The issue is that some error description have variables in them causing Hermes to consider them as different errors, for example it would record two separate metrics for due to the required fee being different:
broadcast_errors_total{account="<account_1>",error_code="13",error_description="insufficient fees; got: 1234stake which converts to 1234stake. required: 2345stake: insufficient fee"} 1
broadcast_errors_total{account="<account_1>",error_code="13",error_description="insufficient fees; got: 1234stake which converts to 1234stake. required: 3456stake: insufficient fee"} 1
Version
Hermes v1.7.3
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
ljoss17
changed the title
Metric broadcasting_errors is not correctly batching the same errors together
Metric broadcast_errors is not correctly batching the same errors together
Dec 5, 2023
Summary of Bug
The metric
broadcast_errors
introduced in Hermes v1.7.2 uses the error code and error description as label. The issue is that some error description have variables in them causing Hermes to consider them as different errors, for example it would record two separate metrics for due to the required fee being different:Version
Hermes v1.7.3
For Admin Use
The text was updated successfully, but these errors were encountered: