diff --git a/pkg/collector/corechecks/snmp/internal/checkconfig/config.go b/pkg/collector/corechecks/snmp/internal/checkconfig/config.go index 269cfa63c8235..d027fc50cbf54 100644 --- a/pkg/collector/corechecks/snmp/internal/checkconfig/config.go +++ b/pkg/collector/corechecks/snmp/internal/checkconfig/config.go @@ -171,12 +171,11 @@ type CheckConfig struct { // RequestedMetrics are the metrics explicitly requested by config. RequestedMetrics []profiledefinition.MetricsConfig // RequestedMetricTags are the tags explicitly requested by config. - RequestedMetricTags []profiledefinition.MetricTagConfig - OidBatchSize int - BulkMaxRepetitions uint32 - ProfileProvider profile.Provider - ProfileName string - + RequestedMetricTags []profiledefinition.MetricTagConfig + OidBatchSize int + BulkMaxRepetitions uint32 + ProfileProvider profile.Provider + ProfileName string ExtraTags []string InstanceTags []string CollectDeviceMetadata bool