Le 15/04/2015 11:45, Thomas Segismont a écrit :
Le 15/04/2015 10:28, Heiko W.Rupp a écrit :
> On 15 Apr 2015, at 9:40, Thomas Segismont wrote:
>
>> Le 15/04/2015 09:00, Heiko W.Rupp a écrit :
>>> On 14 Apr 2015, at 22:19, Thomas Segismont wrote:
>>>
>>>> I'd be happy to share efforts to build a Grafana driver for Hawkular
>>>> Metrics.
>>>
>>> Why not use the influx endpoint as described here
>>>
http://pilhuhn.blogspot.de/2014/06/rhq-metrics-and-grafana.html ?
>>
>> Because I don't think we can maintain it in the future:
>>
http://lists.jboss.org/pipermail/hawkular-dev/2015-March/000594.html
>
> Do we have any idea of the effort to create *and* maintain such a Grafana
No idea, I haven't looked at it yet.
> driver? And what is the likeliness that it may be accepted into Grafana?
I couldn't say. We need to ask them.
>
> I think it is sad to see this (current) integration go.
It wouldn't go away strictly speaking. But it would work with gauges only.
We had a metrics meeting yesterday about data visualization and here's
the outcome for Influx support:
* we'll update the "list series" handler so that it returns gauges with
the "gauge." prefix and counters with the "counter." prefix
* we'll update the query handler so that it looks at the series name for
a known prefix ("gauge." or "counter."); if there's no prefix, it
will
assume it's a gauge
With such changes we should still be able to use Grafana to visualize
Metrics data.
Is there a parent JIRA for gauge/counter changes? I'd like to add
children tasks for the Influx API.