grafana / grafana-zabbix

Zabbix plugin for Grafana dashboard
http://play.grafana-zabbix.org
Apache License 2.0
2.07k stars 458 forks source link

Support some kind of query language #606

Open alexanderzobnin opened 6 years ago

alexanderzobnin commented 6 years ago

Sometimes it's tricky to set up a query by using visual query editor. It's may be helpful to have PromQL-like query language for Zabbix. Something like this:

system.cpu.load{host="backend01"}
{host="backend01",key="system.cpu.load[,avg1]"}
{key="system.cpu.load[,avg1]",host=~"backend.*"}
{key="system.cpu.load[,avg1]",hostname=~"backend.*",group="Backend"}

This can be a part of backend plugin implementation, because of performance requirements.

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had activity in the last 2 years. It will be closed in 60 days if no further activity occurs. Please feel free to leave a comment if you believe the issue is still relevant. Thank you for your contributions!