GET
/
query-pipelines
/
{id}
/
metrics
{
  "metricRegistry": {
    "metrics": {},
    "meters": {},
    "names": [
      "<string>"
    ],
    "counters": {},
    "timers": {},
    "histograms": {},
    "gauges": {}
  },
  "metricsList": {},
  "pretty": false,
  "rateUnit": "NANOSECONDS",
  "durationUnit": "NANOSECONDS",
  "showSamples": false
}

Path Parameters

id
string
required

The name of a specific pipeline

Query Parameters

pretty
boolean

Format the output for easier reading

rateUnit
string

The time unit for rate values (seconds, minutes, and so on)

durationUnit
string

The time unit for duration values (seconds, minutes, and so on)

showSamples
boolean

Show the data values used in calculations

Response

200 - application/json

successful operation

The response is of type object.