-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
statsd input and field name #602
Labels
bug
unexpected problem or unintended behavior
Comments
+1 |
sparrc
added a commit
that referenced
this issue
Jan 28, 2016
sparrc
added a commit
that referenced
this issue
Jan 28, 2016
sparrc
added a commit
that referenced
this issue
Jan 28, 2016
sparrc
added a commit
that referenced
this issue
Jan 28, 2016
thanks for pointing this out 👍, I have a PR #608 up to fix this. I'm not exactly sure how this would look for timings though, and I'm thinking of simply not supporting fields for timings. This is because (as of 0.10.2) timings will have their actual metrics that are sent in their own fields. ie, my_timing_metric will be the measurement, with mean, stddev, 90_percentile, etc. as fields |
sparrc
added a commit
that referenced
this issue
Jan 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been trying to template my metrics so that I could have multiple fields with my measurement. According to https://github.com/influxdata/influxdb/tree/master/services/graphite#templates (which is linked from statsd readme page).
it should be possible to make a template like:
so this:
would turn in to:
However, there's only field called "value" and no tag field. So at least with statsd this doesn't seem to work. I'd like to be able to send multiple fields to same measurement.
The text was updated successfully, but these errors were encountered: