IMetric
Defines the information required from a Metric
Properties
Property | Type | Notes |
---|---|---|
string |
Identifier for the metric. This must be static over time or linkages between items will break. Can be the camelCase version of the name as long as it's a valid Javascript property name (can't start with numbers). |
|
MetricSource | IReference |
Source definition. This can be an |
|
Optional | string |
Description of the metric. Will be shown in UI when user is configuring the value or source of the value |
Optional | IEntityInfo |
Information about the source entity that will be attached to the |
Optional | string |
Name of the metric. Will be shown in UI's |
Optional | string |
Unit of the value. In the future this will be a list of well-known units |
Interface defined in common/src/core/types/Metrics.ts:9