dstore-dist-report-api

The webserver to service Prometheus metrics is configured using the http.address parameter at the root node in the configuration file. For example:

http:
  address: ":8001"

The following table shows the available Prometheus metrics in dstore-dist-report-api:

Metric Name Type Labels Description
dstore_dist_report_api_search_status_codes_total counter status_code Total elastic/opensearch status codes.
dstore_dist_report_api_uptime_total counter - Total number of seconds the process has been up.
dstore_dist_report_api_request_latency_ms histogram status_code, method, path Latency distribution of API requests in ms.
dstore_dist_report_api_requests_total counter status_code, method, path Count of requests.
dstore_dist_elastic_readiness gauge - Readiness of elasticsearch/opensearch. 0 = not ready, 1 = ready.