MetricField

Summary

Queryable metric type information

Description

The metricType is the type of metric and is one of:

The aggregateName is the aggregated form of the metric and is one of metricType aggregated over a time period:

Fields

Field Name Type Since Version Description
metricType String The metric type name
aggregateName String The metric aggregate name

Example JSON

{
  "metricType" : "numMessages",
  "aggregateName" : "totalNumMessages"
}