carbonapi
carbonapi copied to clipboard
URL Escaped metric names
Possible to do it? I'm trying to do it, all works, except variables.
Can you elaborate on this? I can't understand what troubles you. Some examples might help
My app generates metric names like this: myserver.mount./mnt/mountpoint.free Before sent to carbon I'm escaping special chars with urlencode. And graphite save my metrias as myserver.mount.%2Fmnt%2Fmountpoint.free
I wrote some patch for carbonapi, that decode names for grafana. It almost work, expect grafana varidables.