Metric
A metric represents a single data value provided by a plugin, which will be monitored by the service.
Each metric must have a core or custom MetricType assigned. Additionally, every metric is always
associated with a specific Category.
Properties
The following table outlines the properties of a metric:
Property | Type | Description |
---|---|---|
Id | string | The unique identifier of the metric. |
Label | string | The textual label representing the metric. |
TypeId | string | The type of this metric (corresponds to the ID of a registered MetricType). |
CategoryId | string | The category this metric belongs to (corresponds to the ID of a registered Category). |
IsStatic | bool | Indicates whether the metric is static. A static metric has a fixed value that does not change. |
Description | string? | An optional textual description providing additional details about the metric. |
GroupId | string? | An optional group the metric is associated with (corresponds to the ID of a registered Group). |