doublemarket / grafana-rrd-server

A HTTP server that helps Grafana read RRD files via Grafana Simple JSON Datasource plugin
MIT License
153 stars 37 forks source link

Wildcard in a query target #22

Closed doublemarket closed 7 years ago

doublemarket commented 7 years ago

e.g. Giving mysql.query_count.* as a target in a query, then the query endpoint returns datapoints of mysql.query_count.select, mysql.query_count.update and so on.

doublemarket commented 7 years ago

Closing as #23 merged

majekw commented 6 years ago

A note for Muinin users: query needs ds field to work, so it should be like this: group:host-metric-*:42. This doesn't work and causes grafana-rrd-server panic: group:host-metric-*