Werk #17660: Graphs & metrics: Fix classification and legend of scalars
Component | User interface | ||||
Title | Graphs & metrics: Fix classification and legend of scalars | ||||
Date | Apr 7, 2025 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
Graph templates that are implemented against cmk.graphing.v1
consist of compound or simple
lines. A line is classified as scalar (ie. WarningOf
, CriticalOf
, MinimumOf
, MaximumOf
and Constant
) or a metric. Compound objects (eg. Sum
, Product
) that are only built from
scalars are classified as scalars.
Scalars are displayed in a separate area below a graph.