Metrics HTTP API
The /metrics
endpoint returns metrics for the current Nomad process.
Method | Path | Produces |
---|---|---|
GET | /v1/metrics | application/json |
The table below shows this endpoint's support for blocking queries and required ACLs.
Blocking Queries | ACL Required |
---|---|
NO | none |
Parameters
format
(string: "")
- Specifies the metrics format to be other than the JSON default. Currently, onlyprometheus
is supported as an alternative format. This is specified as a query string parameter.
Sample Request
Sample Response