Prometheus API
Returns the list of time series that match a label selector
post
/api/prometheus/api/v1/seriesbash
Sample request1234curl --request POST 'https://api.eu-west-1.aws.dash0.com/api/prometheus/api/v1/series' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}" \--header 'Content-Type: application/json' \--data-raw '{}'
Request body
References PrometheusLabelNamesOrValuesRequest
string
string
string[]
integer
Optional dataset to query across. Defaults to whatever is configured to be the default dataset for the organization.
Responses
The list of matching time series, each represented by its label set.
References PrometheusSeriesResponse
stringrequired
PrometheusMetric[]
string[]