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
As SDF, we would like to know how the deployed soroban-rpc instances are running. What kind of resources they have available, and what sort of load they are dealing with.
What would you like to see?
An opt-in option for operators, which would periodically push their metrics to a remote target (e.g. a prometheus pushgateway server we're running to collect them).
What problem does your feature solve?
As SDF, we would like to know how the deployed soroban-rpc instances are running. What kind of resources they have available, and what sort of load they are dealing with.
What would you like to see?
An opt-in option for operators, which would periodically push their metrics to a remote target (e.g. a prometheus pushgateway server we're running to collect them).
We probably want to use: https://pkg.go.dev/github.com/prometheus/client_golang/prometheus/push
We should be able to tell:
Open questions?
The text was updated successfully, but these errors were encountered: