Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

More aggregators; install correctly. #5

Closed
wants to merge 2 commits into from
Closed

Conversation

zachm
Copy link

@zachm zachm commented Mar 17, 2016

This PR adds the diff, first, last, gaps aggregators which are now supported in KairosDB.

It also appears to fix the issue I opened yesterday (#4)

The last bit is a little involved:

  • rename the plugin to "kairosdb" in the config file
  • install the plugin as /var/lib/grafana/plugins/kairosdb rather than as /var/lib/grafana/plugins/kairosdb-datasource
  • restart the server
  • delete the old datasource and make a new one (with your specific creds)

My suspicion is that my solution to installation is the Wrong Way, but I'm including it here for your consideration. Thanks for reading :)

@@ -1,5 +1,5 @@
{
"id": "kairosdb-datasource",
"id": "kairosdb",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove this change

@torkelo torkelo closed this Jul 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants