Dash0 acquires Polar Signals

Prometheus API

Returns a list of label names

post/api/prometheus/api/v1/labels
bash
Sample request
1234
curl --request POST 'https://api.eu-west-1.aws.dash0.com/api/prometheus/api/v1/labels' \
--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}" \
--header 'Content-Type: application/json' \
--data-raw '{}'

Request body

string
string
string[]
integer
Dataset

Optional dataset to query across. Defaults to whatever is configured to be the default dataset for the organization.

Responses

Returns a list of label names.

stringrequired
string[]
string[]