is_tag in table does not suppress field value #4203
Labels
area/snmp
breaking change
Improvement to Telegraf that requires changes to the plugin or agent; for minor/major releases
bug
unexpected problem or unintended behavior
Milestone
Relevant telegraf.conf:
Stock default
System info:
telegraf 1.6.3-1, Ubuntu 16.04
Steps to reproduce:
Then
Expected behavior:
ifDescr would appear as a tag, but not as a value (since that would be unnecessary duplication of data)
Actual behavior:
ifDescr appears as both a tag and a value.
Having both tag and value can be dealt with, e.g. in Chronograf you need to write queries like
WHERE ifDescr::tag=:ifDescr:
(where:ifDescr:
is a template variable) - it's the::tag
which caught me out. But I think it would be better to suppress the non-tag field entirely.Additional info:
N/A
The text was updated successfully, but these errors were encountered: