Skip to content

Commit e486296

Browse files
remove duplicated package
1 parent cfb5980 commit e486296

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/relayproxy/config/config_otel.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
package config
2-
package config
32

43
// OpenTelemetryConfiguration is the configuration for the OpenTelemetry part of the relay proxy
54
// It is used to configure the OpenTelemetry SDK and the OpenTelemetry Exporter
@@ -47,4 +46,4 @@ type JaegerSamplerConfiguration struct {
4746
Operations int `mapstructure:"operations" koanf:"operations"`
4847
} `mapstructure:"max" koanf:"max"`
4948
} `mapstructure:"sampler" koanf:"sampler"`
50-
}
49+
}

0 commit comments

Comments
 (0)