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
Property | Type | Description |
---|---|---|
Id | string | The id |
Label | string | The textual label of the metric |
TypeId | string | The type of this metric (id of a registered MetricType) |
CategoryId | string | The category this metric is assigned to (id of a registered Category) |
IsStatic | bool | Whether this metric is static or not (static = the value is fixed and will not change) |
Description | string? | An optional textual description |
GroupId | string? | An optional group this metric is part of (id of a registered Group) |