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 for true and 0 kbps for false
When component is reporting true, shading is applied to the graph
Welcome to our community! I hope you do enjoy your stay here
As far as I know, this is not possible with the current implementation. You would need to customize the dashboard with custom JS code. I am not sure how easy that would be, so pinging @Jacek_Kolasa to give us more context!
If you believe that we should offer such functionality, you can create a topic on #feature-requests:agent-fr so that people can vote on it. If it receives enough votes, it is very possible that our product team will prioritize it!
Currently we don’t support this, unfortunately. In the future, we could do this by having 2 dimensions on one chart, one of which would be boolean, and we would have to have 2 kinds of charts (area and line) in one chart. This approach however is not possible yet in dygraph.js library we are using, so would would have also to move to some different charting solution. But that’s a very nice idea, though, thanks for bringing it up!