Monitored Object Metrics
Metrics are parameters (readings) obtained from a monitoring node responsible for collecting them.
Node Metric Source
Examples:
LoadA: total load on the A-side of a cabinet (of FeedA.Current, FeedA.Power etc.)
LoadB: total load on the B-side of a cabinet
Reading Metric Source
Metrics are linked to a specific EMX node ID and an EMX reading channel name that is expected to provide their value.
Examples:
ColdIsleTemperature:
{"guid": "5910000000004FC0", "channel": "Temperature1"}
Custom Metric Source
Metrics can also be derived from other metrics, e.g. by adding or subtracting other metrics.
Example:
PowerImbalance: Calculated as the difference between LoadA and LoadB metrics of a cabinet.