mtanda / grafana-heatmap-epoch-panel

Apache License 2.0
33 stars 3 forks source link

can we feed buckets from different (graphite) series? #24

Open Dieterbe opened 7 years ago

Dieterbe commented 7 years ago

Hi, if I have series like so: my.key.bin_1 my.key.bin_5 my.key.bin_10 my.key.bin_25 etc. where each series represents the counts of one bucket/class of the histogram, over time.

it would be great if i could tell the heatmap plugin to look for my.key.bin_* and it would just use all these series to power the heatmap.

thanks

mtanda commented 7 years ago

It's great if this plugin can handle buckets time series.

I think to support Prometheus histogram metrics too. https://prometheus.io/docs/concepts/metric_types/#histogram

I'll try to support it.

Thanks

guymarom commented 7 years ago

That would be an awesome addition. Are you planning on adding this any time soon? I have some knowledge on the way Prometheus exposes its histograms if its any help...

mtanda commented 7 years ago

It will be supported by official heatmap plugin. https://github.com/grafana/heatmap-panel/issues/6

I'm waiting for the release. (might be better using official one, I don't have enough time to maintenance my plugin...)