Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
pmwebapi - graphite emulation - please expose string/text data #70
Comments
|
AFAIK grafana 1.9ish and the graphite data service doesn't support textual metrics at all. Did you have an idea how this could be represented? (At the pmwebapi level, textual metrics are passed fine, but grafana doesn't speak that api.) |
screentan
commented
Feb 24, 2016
|
I did more research on this and there are only two paths to getting pcp string data into grafana and both are outside of pcp. One would be to add a plugin to grafana that understands pmwebd's native api. The other is to add an input plugin to influxdb/telegraf that pulls pcp data. We put a request in to the influxdb team for the later. |
screentan commentedFeb 12, 2016
Grafana lets us build great dashboards against our pcp data, but it would very helpful to see which kernel version, OS version and other details in the dashboards.