Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags doesn't work #20

Open
Khaldoun488 opened this issue Jul 8, 2016 · 3 comments
Open

Tags doesn't work #20

Khaldoun488 opened this issue Jul 8, 2016 · 3 comments

Comments

@Khaldoun488
Copy link

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"]
- node : "node"

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

@omansour
Copy link
Contributor

omansour commented Jul 8, 2016

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

@Khaldoun488
Copy link
Author

This issue happens on top of influxDB.

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

@johndodev
Copy link
Contributor

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 :
bernd/statsd-influxdb-backend#26
bernd/statsd-influxdb-backend#29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants