Prometheus API
Returns various build information properties about the Prometheus-compatible server
get
/api/prometheus/api/v1/status/buildinfobash
Sample request12curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/prometheus/api/v1/status/buildinfo' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"
Responses
Build information about the server.
References PrometheusBuildInfoResponse
stringrequired
Build information about the Prometheus-compatible server. Only version is populated —
with the upstream Prometheus version Dash0 is compatible with, for client feature
detection. The remaining fields are retained for upstream API compatibility but are
always empty; Dash0 does not expose build internals.
string[]