Thanks, Clark and Brian for your reply.
I am using two data sources in my case. i.e Prometheus and Postgres.
In my dashboard, there is a table that contains both Prometheus and Postgres data. In this table, there is a column name %cpu used which will be obtained from Prometheus.
As Brain said, if the server goes down, we will not get the node level metrics and for that particular server, we will have Postgres data but, not Prometheus as the server was down.
for example, my dashboard table is as follows:
IP CPU %cpu memory memory_used column1 column2 column3
1.1.1.1 4 0.4% 40gb 60% a b c
1.1.1.2 8 10% 80gb 30% d e f
1.1.1.3 h i j
the third server goes down, so we are not able to see the CPU and memory values, my question was I want to add one filter so that I can be able to know which servers are least used or most used.
The CPU used for the third server will be no data as that server was down. can we do any comparison for these servers(servers who went down) so that I can filter these servers whose value will be null/no_data.
Thanks & regards,
Bharath Kumar.