Skip to content
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

Bug Fix Snmp empty metric name #9519

Merged
merged 8 commits into from
Jul 27, 2021
1 change: 1 addition & 0 deletions plugins/processors/ifname/ifname.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ func init() {
func makeTableNoMock(fieldName string) (*si.Table, error) {
var err error
tab := si.Table{
Name: "ifName",
MyaLongmire marked this conversation as resolved.
Show resolved Hide resolved
IndexAsTag: true,
Fields: []si.Field{
{Oid: fieldName},
Expand Down