We are plotting ‘source bit rate’ for channels. The graph appear as below which is not clear. We need it to have only unhealthy channels (based on some threshold say source bit rate is 5Mb/s). However the current graph shows 120 series(lines) as there are 120 channels which makes it noisy. Is it possible to hide series if it is in healthy threshold range and plot only if it falls in unhealthy range. We want to see only unhealthy channels (improve visualization)
Details:
Grafana Version: 7.4.5
Datasource: Cloudwatch
Query:
SEARCH('{AWS/MediaConnect, FlowARN} (MetricName=“SourceBitRate” AND (*channel1 OR channel2 OR channel3 OR channel4 … OR channel120)) ', ‘Average’, 60)
Please can you give a clearer indication of what defines “healthy” or
“unhealthy”, and also tell us whether this information (“this channel is
unhealthy”) is contained in your data source, or is it something Grafana needs
to work out for itself based on the query results?
Can you give an example of a query which would tell us whether a channel is
healthy or not?