We are looking to represent the state of a system component on one of our network throughput graphs on a custom dashboard. An ideal solution would apply shading to the area of a graph, based on the value of a dimension within the chart.
Here is an example of what I am describing.
Say we have one throughput chart (kbps) with two dimensions: received
, component
.
-
received
is displayed as usual with real values -
component
is treated as a boolean by our collector: 1 kbps fortrue
and0 kbps
for false
Whencomponent
is reportingtrue
, shading is applied to the graph
For an example of shading, we are looking for something similar to the link below.
Is it possible to achieve something like this with the existing Netdata solution?