-
Notifications
You must be signed in to change notification settings - Fork 79
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
soroban-rpc: Add /metrics endpoint #496
Closed
Labels
Comments
38 tasks
This was referenced Apr 7, 2023
Merged
This was referenced Apr 11, 2023
@paulbellamy I looked into adding metrics for:
We can obtain this info for sqlite using the dbstat virtual table. However, our sqlite library does not compile sqlite with the dbstat extension (see mattn/go-sqlite3#886 ). So, I don't think we can obtain these metrics currently. However, we can still setup a metric to monitor the size of the volume containing the sqlite db in kubernetes. |
This was referenced Apr 20, 2023
This was
linked to
pull requests
Apr 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does your feature solve?
As an operator, I would like to have access to system health metrics for my RPC instance, so that I can understand system resource process consumption and available capacity.
What would you like to see?
Metrics should include:
We should also provide a document with example alerts and their expected response, so operators know how to configure their own alerts.
What alternatives are there?
The text was updated successfully, but these errors were encountered: