GoshPosh / grafana-meta-queries

Grafana plugin for calculating time period metrics like week over week, month over month and year over year etc.
Apache License 2.0
285 stars 71 forks source link

Allow disable source series and only show calculated series #80

Open xiezhenye opened 4 years ago

xiezhenye commented 4 years ago

I only wants to show the calculated series without source series. But when I disable a source series, the calculated series also can not display.

alanbuxton commented 4 years ago

This would be a v useful feature.

Gauravshah commented 4 years ago

@xiezhenye show or hide would be property of existing data source. Unless the underlying datasource supports it meta-queries cannot support it. For eg it works with druid data source:

Screenshot 2019-12-08 at 6 00 49 PM Screenshot 2019-12-08 at 6 00 35 PM