Skip to content

Commit

Permalink
Bug Fix Snmp empty metric name (influxdata#9519)
Browse files Browse the repository at this point in the history
  • Loading branch information
MyaLongmire authored Jul 27, 2021
1 parent 57ecd1d commit a48e11d
Showing 1 changed file with 1 addition and 0 deletions.
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: "ifTable",
IndexAsTag: true,
Fields: []si.Field{
{Oid: fieldName},
Expand Down

0 comments on commit a48e11d

Please sign in to comment.