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 Description
dstore_dist_report_api_search_status_codes_total counter Total elastic/opensearch status codes, labelled by status code.
dstore_dist_report_api_uptime_total counter Total number of seconds the process has been up.
dstore_dist_report_api_request_latency_ms histogram Latency distribution of API requests in ms, labelled by status code, method and path.
dstore_dist_requests_total counter Count of requests, labelled by status code, method and path.