Bug Fix Snmp empty metric name (#9519)

This commit is contained in:
Mya 2021-07-27 14:34:35 -06:00 committed by GitHub
parent 57ecd1d21b
commit a48e11d0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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},