using prometheus datasource , query_results (count(promQL))
is returning none in specific dashboard .
Same query use in some other dashboard working fine .
Actual Dashboard query not working:
Other Dashboards Getting Result:
using prometheus datasource , query_results (count(promQL))
is returning none in specific dashboard .
Same query use in some other dashboard working fine .
Actual Dashboard query not working:
Other Dashboards Getting Result:
Same issue for me -
This returns results in a variable query -
kafka_server_BrokerTopicMetrics_BytesInPerSec_Count{service_type="kafka", host=~"${host}"}
This does not -
query_result(kafka_server_BrokerTopicMetrics_BytesInPerSec_Count{service_type="kafka", host=~"${host}"})
I’m not sure what’s wrong…