GET
/
system
/
metric
/
{name}
{
  "metricRegistry": {
    "metrics": {},
    "meters": {},
    "names": [
      "<string>"
    ],
    "counters": {},
    "timers": {},
    "histograms": {},
    "gauges": {}
  },
  "metricsList": {},
  "pretty": false,
  "rateUnit": "NANOSECONDS",
  "durationUnit": "NANOSECONDS",
  "showSamples": false
}

Path Parameters

name
string
required

The name of the metric to display

Query Parameters

pretty
boolean

True to format the data for easier reading

rateUnit
string

The time unit ('seconds', 'minutes', and so on) to display rates

durationUnit
string

The time unit ('seconds', 'minutes', and so on) to display durations

showSamples
boolean

True to display the data values used in calculations

Response

200 - application/json

successful operation

The response is of type object.