Skip to content

Commit a48e11d

Browse files
authored
Bug Fix Snmp empty metric name (#9519)
1 parent 57ecd1d commit a48e11d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/processors/ifname/ifname.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ func init() {
349349
func makeTableNoMock(fieldName string) (*si.Table, error) {
350350
var err error
351351
tab := si.Table{
352+
Name: "ifTable",
352353
IndexAsTag: true,
353354
Fields: []si.Field{
354355
{Oid: fieldName},

0 commit comments

Comments
 (0)