The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/features/influxdb.md

938 B

page_title page_description page_keywords
InfluxDB query guide InfluxDB query guide grafana, influxdb, metrics, query, documentation

InfluxDB

InfluxDB query editor

When you add an InfluxDB query you can specify series name (can be regex), value column and a function. Group by time can be specified or if left blank will be automatically set depending on how long the current time span is. It will translate to a InfluxDB query that looks like this:

select [[func]]([[column]]) from [[series]] where [[timeFilter]] group by time([[interval]]) order asc

To write the complete query yourself click the cog wheel icon to the right and select Raw query mode.

InfluxDB Filters & Templated queries

Use a distinct influxdb query in the filter query input box:

select distinct(host) from app.status