Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Validate the plugin with Grafana 3.1.0 #13

Closed
2 tasks done
FlorianLautenschlager opened this issue Jul 13, 2016 · 6 comments
Closed
2 tasks done

Validate the plugin with Grafana 3.1.0 #13

FlorianLautenschlager opened this issue Jul 13, 2016 · 6 comments
Assignees

Comments

@FlorianLautenschlager
Copy link
Member

FlorianLautenschlager commented Jul 13, 2016

Use Grafana 3.1.0 for development.

  • Check on Windows
  • Check on Linux
@sciffer
Copy link

sciffer commented Jul 22, 2016

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).

@FlorianLautenschlager
Copy link
Member Author

Thanks, i will investigate on this later.

@sciffer
Copy link

sciffer commented Jul 25, 2016

BTW, It might be the result of using Logstash chronix output plugin.

On Jul 25, 2016 12:54 AM, "Florian Lautenschlager" notifications@github.com
wrote:

Thanks, i will investigate on this later.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#13 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AF7u5Mbd4NXiS7GchAJR1KiyAwIsUoHtks5qZEGfgaJpZM4JLKZc
.

@FlorianLautenschlager
Copy link
Member Author

So what i did (worked on windows):

  1. Downloaded Grafana 3.1, Chronix-Server 0.3, and Chronix-Grafana
  2. Copied the Chronix-Grafana directory to Grafana
  3. Created a datasource for Chronix.
    image
  4. Created a dashboard
    image

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
Otherwise one will see this error:
image

@FlorianLautenschlager
Copy link
Member Author

Created an issue for the "no field name specified in query..." see #14

@FlorianLautenschlager
Copy link
Member Author

Chronix-Grafana and Grafana 3.1 also works on Linux.
Closing this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants