BedrockStreaming / Statsd

PHP component easing the statsd usage
13 stars 14 forks source link

Tags doesn't work #20

Open Khaldoun488 opened 8 years ago

Khaldoun488 commented 8 years ago

Hi

I am trying to use tags as described in the documentation but on influxDB the tags are not applied and are concatained with the node.

Ex : - tags = ["k1" => "v1"]

Serie obtained on influxDB: "nodek1v1" instead of having "node" as a serie, and "k1" as a tag.

omansour commented 8 years ago

maybe @johndodev can help you on this. I dont use influxdb

Khaldoun488 commented 8 years ago

This issue happens on top of influxDB.

I see this issue in statsd logs. The message is not correctly built.

johndodev commented 8 years ago

Hi,

I assume you are using a version of a backend wich do not support tags, such as https://github.com/bernd/statsd-influxdb-backend ? Unfortunatly this one is not maintain anymore.

I forked it a few month ago to merge the pull request for tags, you can try it : https://github.com/johndodev/statsd-influxdb-backend but it is not the most up-to-date fork.

You may find more informations here : https://github.com/bernd/statsd-influxdb-backend/issues/26 https://github.com/bernd/statsd-influxdb-backend/pull/29