It looks like I can’t send IP address to graphite. I am trying to create a single stat on grafana to show IP address of the machine (10.1.1.1) but it looks like graphite doesn’t like that format as input metric. I tried dividing metrics in to chunks and send them as separate 4 metrics. Now I can’t seem to integrate them on grafana.
sensutest.app.ip.full 10.1.1.1
sensutest.app.ip.major 10
sensutest.app.ip.minor1 1
sensutest.app.ip.minor2 1
sensutest.app.ip.minor3 1
Any idea on how to combine the 4 metrics on grafana so I can see single stat as 10.1.1.1?
Regards,
Darshan