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
There is an inconsistency between send packets count and acknowledgements count in the displayed metrics.
Ensure the documentation on send_packet_count, acknowledgement_count, cleared_send_packet_count and cleared_acknowledgment_count is clear, as these four metrics seem to be difficult to use
Discovery phase: Some operators do a discovery phase to understand the Prometheus schema, but Hermes upon starting up does not populate most of the metric fields
the most important fields that we should initially populate with some zero value would be the backlog_* ones and the ones related to activity (msg_num and send_packet_count for example).
Acceptance Criteria
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:
Discovery phase: Some operators do a discovery phase to understand the Prometheus schema, but Hermes upon starting up does not populate most of the metric fields
the most important fields that we should initially populate with some zero value would be the backlog_* ones and the ones related to activity (msg_num and send_packet_count for example).
The branch ali/metrics_discovery now implements a discovery phase when exact filters are given in the config file. Every metric should be initialized except for tx_latency_*. I'm still unsure about how to init these metrics as they use histograms.
If no exact filter is given, the relayer needs to query every channel. I'll see if it's possible to do it with one query but I guess that it might hurt performances if there are too many channels.
Proposal
There's a few things left:
There is an inconsistency between send packets count and acknowledgements count in the displayed metrics.
send_packet_count
,acknowledgement_count
,cleared_send_packet_count
andcleared_acknowledgment_count
is clear, as these four metrics seem to be difficult to useDiscovery phase: Some operators do a discovery phase to understand the Prometheus schema, but Hermes upon starting up does not populate most of the metric fields
backlog_*
ones and the ones related to activity (msg_num
andsend_packet_count
for example).Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: