Skip to content

Influxdb0.9 line protocol and tags #27

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Influxdb0.9 line protocol and tags #27

wants to merge 1 commit into from

Conversation

v9n
Copy link

@v9n v9n commented Oct 28, 2015

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@berglh
Copy link

berglh commented Nov 16, 2015

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

@alfredocambera
Copy link

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

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

Successfully merging this pull request may close these issues.

None yet

3 participants