Closed 0zeroth closed 7 years ago
I'm experiencing this as well
I'm going to look at that soon.
Hey jifwin,
If you have time next week I would love to connect. We are thinking about using this plugin for a very large project, and we would like to become more involved.
Please send me an e-mail if you are free I would love to chat.
Ted Malaska
Hi @TedBear42 I'd love to talk, but I can't find any contact point to you, also github doesn't support private messaging anymore. Please send me an email:
@0zeroth You should click on the little "plus" icon to apply grouping by. If that is not the case please reopen this issue.
Also please note that this UI looks so strange since it's not upgraded to Grafana 4 standards. Once we merge #40 it should be refined.
It appears that when KairosDB has multiple values for a metric with the same timestamp, but different tags, Grafana just averages the values. This behaviour seems default - it happens when no tags / group by / aggregator is set, and the behaviour does not change even when "group by" is set.
The following query in the KairosDB web ui:
gives a graph like:
A similar config in Grafana does not work:
Note the Grafana data points are the average of the datapoints shown in the KairosDB web UI