-
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
SNMP: Add capability to combine multiple metrics as fields in the same measurements #808
Comments
I'd propose following design:
Config example:
Some line protocol examples:
Table request with measurement="interfaces" and single_record=true:
Is this feasible? |
@juliusloman I think so :) @sparrc Could you explain the difference, if it exists, between
and
Is it necessary to be able to get both outputs ? |
nope, that is not necessary, those are exactly the same edit: we should prefer the latter, because that creates less network and write traffic |
@sparrc Thanks for your comment ! |
I would prefer not to because this would create much larger and more complicated buffer structures (rather than just a channel, as it is now). Most plugins should be able to write their metrics this way. SNMP is a bit of an outlier... |
Is there any progress on this issue? I'm just about to start collecting SNMP data on a production system, and am wondering the best way to do it. Will this bite me? |
I'm also very interested in this ability. In fact, it will determine whether or not we're able to use influxdb at all for our application. |
I was a little disappointed when I noticed how Telegraf laid out SNMP data like this, I doesn't seem to make all that much sense. As with @rhinst I cannot in good faith recommend we shift from RRD/MRTG to InfluxDB/Telegraf until this is resolved. |
It's open source so it should be a relatively easy fix for someone who knows 'GoLang' to do. |
unfortunately it's not too easy with the current SNMP plugin, hence #1389 |
this is now available in 1.0 RC 1 with the new SNMP plugin, please see here to download the latest version: https://github.com/influxdata/telegraf#linux-deb-and-rpm-packages, and the changelog for details on the new SNMP plugin. |
This is the issue (proposal) based on: https://groups.google.com/forum/#!topic/influxdb/v1PQmUE0usM
The text was updated successfully, but these errors were encountered: