-
Notifications
You must be signed in to change notification settings - Fork 4
Validate the plugin with Grafana 3.1.0 #13
Comments
Does not work for me, it does seems that grafana is adding 3 tailing 000 to the timestamps in the query which fails the whole query (and the datasource test as well I guess). |
Thanks, i will investigate on this later. |
BTW, It might be the result of using Logstash chronix output plugin. On Jul 25, 2016 12:54 AM, "Florian Lautenschlager" notifications@github.com
|
So what i did (worked on windows):
To your point with the tailing three zeros. Grafana returns unix time (seconds since 1970) while Chronix wants milliseconds since 1970 i simply multiplied it with 1000. Note: What i not tested is the pipeline with Chronix-Logstash. And that one have to enter "metric:" is definitely an issue. Thanks @sciffer |
Created an issue for the "no field name specified in query..." see #14 |
Chronix-Grafana and Grafana 3.1 also works on Linux. |
Use Grafana 3.1.0 for development.
The text was updated successfully, but these errors were encountered: