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

Closed
screentan opened this Issue Feb 12, 2016 · 2 comments

Comments

Projects
None yet
2 participants

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.

Contributor

fche commented Feb 12, 2016

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

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 screentan closed this Feb 24, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment