Graphite with kairosdb configuration

Asked by Arulkumaran

I am reading the graphite documentation but could not figure out how to configure graphite to use KairosDB to read the metrics data. (I am using REST API to post data to kairosdb and want graphite to read from it)
Could someone point me to some docs which talk about this configuration?

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Jason Dixon
Solved:
Last query:
Last reply:
Revision history for this message
Best Jason Dixon (jason-dixongroup) said :
#1

KairosDB is not an official backend for Graphite, so there won't be any documentation for it with the main project. A quick Google for "kairosdb graphite" returned a number of results, including https://github.com/Lastik/KairosdbGraphiteFinder. Documentation for Graphite's pluggable storage finder is found here: http://graphite.readthedocs.io/en/latest/storage-backends.html.

Revision history for this message
Arulkumaran (n-arulkumaran) said :
#2

Thanks Jason Dixon, that solved my question.