-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metrics for Relayer #263
Comments
I think client update time is also important so that relayer operators can customize alarms. |
reference on how SDK recently added metrics: cosmos/cosmos-sdk#6449 |
Are there any other metrics besides these?
As to the last one My assumption is we will use prometheus-style metrics. Denom and address sounds like it's an unbounded sets of labels. Per prometheus best practices: https://prometheus.io/docs/practices/naming/#labels
We may be able to get buy with denom but I recommend not adding addresses as a label. |
Duplicate of #877 |
Ideally when running
rly start
the relayer should expose a Prometheus metrics server which exposes metrics about the operations. This should include:This issue is also a place for other ideas for metrics. Please add them as comments!
The text was updated successfully, but these errors were encountered: