Prometheus API
Returns various runtime information properties about the Prometheus-compatible server
get
/api/prometheus/api/v1/status/runtimeinfobash
Sample request12curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/prometheus/api/v1/status/runtimeinfo' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"
Responses
Runtime information about the server.
References PrometheusRuntimeInfoResponse
stringrequired
Runtime information about the Prometheus-compatible server. Dash0 is not a single
Prometheus process, so most of the upstream runtime fields are not applicable: only
reloadConfigSuccess and storageRetention carry meaning. The remaining fields are
retained for upstream API compatibility but are always empty/zero — Dash0 does not
expose process, Go-runtime, or filesystem internals.
string[]