Skip to main content

Metric

A metric represents a single data value provided by a plugin that will be monitored by the service.
A metric must hava a core or custom MetricType assigned. A metric is always assigned to a Category.

Properties

PropertyTypeDescription
IdstringThe id
LabelstringThe textual label of the metric
TypeIdstringThe type of this metric (id of a registered MetricType)
CategoryIdstringThe category this metric is assigned to (id of a registered Category)
IsStaticboolWhether this metric is static or not (static = the value is fixed and will not change)
Descriptionstring?An optional textual description
GroupIdstring?An optional group this metric is part of (id of a registered Group)