How to have a more intuitive query for Prometheus in Grafana GUI like in case of "select" influxDB?

Hi,

If I want to have complex queries for Prometheus in Grafana GUI how I could approach this?
In case of InfluxDB is quite simple to use multiple queries or single query “select” .
Any documentation, recommendation for this aspect?

Kind Regards,

Prometheus is as full featured as InfluxDB when it comes to writing complex queries. The difference is that with Prometheus you will have to learn PromQL. The latest versions of Grafana have intellisense support to help. Are you getting stuck on something specific?

Multiple queries works the same way as InfluxDb. An example from the play site:

http://play.grafana.org/dashboard/db/prometheus-demo-dashboard?refresh=5m&panelId=4&fullscreen&edit&orgId=1

1 Like