-
Notifications
You must be signed in to change notification settings - Fork 1
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
Define monitoring / devops strategy for all the components #20
Comments
Thinking out loud:
Cosmos SDK exposes Prometheus metrics when configured properly, we can definitely use those.
@nodebreaker0-0 figured out some interesting metrics to be included in the Hermes relayer - still Prometheus-based, we are waiting for the Hermes team.
We need to define "account health" first. After that I think we can build something that pushes our account's balance on Prometheus and instrument alerts from that. Maybe embed this functionality in CNS?
There are lots of premade Gin Prometheus exporter we can use to gather interesting metrics. Some examples:
They natively support Prometheus exporting: https://www.cockroachlabs.com/docs/v20.2/monitor-cockroachdb-with-prometheus.html Bottom line |
Update: https://www.notion.so/allinbits/Infrasec-Emeris-MVP-3b85fdeeff0645e3ad52947223516621 (thanks to @gsora) Will close this issue once we're happy with state of monitoring for MVP |
Things to monitor:
The text was updated successfully, but these errors were encountered: