We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
maybe @johndodev can help you on this. I dont use influxdb
Sorry, something went wrong.
This issue happens on top of influxDB.
I see this issue in statsd logs. The message is not correctly built.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: