statsd-influxdb-backend icon indicating copy to clipboard operation
statsd-influxdb-backend copied to clipboard

Influxdb0.9 line protocol and tags

Open v9n opened this issue 8 years ago • 2 comments

This does't require any chances on statsd site as other solution. It works by appending tag into metric name, and parse metric name to write tags.

First, disable sanity key checking on config.js of statsd. Then write metric in this format:

metricname#tag1=val1,tag2=val2:value|metrictype|@samplerate

v9n avatar Oct 28 '15 03:10 v9n

does this method support spaces in the tag values using double quotes?

berglh avatar Nov 16 '15 01:11 berglh

Tags are really useful. I hope this PR gest merged soon.

alfredocambera avatar Feb 03 '16 23:02 alfredocambera