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
Talked with @gnardini about this and we came up with a couple more metrics. We also decided that we'd already identified the most important status metric for this service as being the RPM on a per-endpoint/response-code basis.
query_exchange_rate_duration - (Histogram) a measure of the execution duration of the queryExchangeRate method
pipeline_duration - (Histogram) a measure of the execution duration of the entire pipeline which is executed for each request, this might overlap with the RPM metrics.
get_raw_token_transactions_duration - (Histogram) a measure of the execution duration of the getRawTokenTransactions method which fetches data from blockscout.
Blockchain API:
request_verb
andendpoint
)response_code
)Repo: https://github.com/celo-org/wallet/tree/main/packages/blockchain-api
Recommended course of Action:
Example here: https://github.com/siimon/prom-client/blob/master/example/server.js
The text was updated successfully, but these errors were encountered: