Skip to content

Commit

Permalink
Spacing fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dplepage-dd committed Dec 16, 2024
1 parent cc18536 commit d43ce0b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkg/collector/corechecks/snmp/internal/checkconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d43ce0b

Please sign in to comment.