Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brawndou committed Jan 24, 2024
1 parent c89317d commit a82b0c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ type scope struct {

// ScopeOptions is a set of options to construct a scope.
type ScopeOptions struct {
Tags map[string]string
Prefix string
Reporter StatsReporter
CachedReporter CachedStatsReporter
Separator string
DefaultBuckets Buckets
SanitizeOptions *SanitizeOptions
Tags map[string]string
Prefix string
Reporter StatsReporter
CachedReporter CachedStatsReporter
Separator string
DefaultBuckets Buckets
SanitizeOptions *SanitizeOptions
OmitCardinalityMetrics bool
CardinalityMetricsTags map[string]string

Expand Down

0 comments on commit a82b0c8

Please sign in to comment.