Skip to main content
GET
/
metrics
Get Prometheus metrics text
curl --request GET \
  --url http://127.0.0.1:9090/metrics \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Prometheus exposition format

The response is of type string.