File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,9 @@ import (
77 "errors"
88
99 "go.opentelemetry.io/collector/config/configtelemetry"
10- "go.opentelemetry.io/collector/featuregate"
1110 "go.opentelemetry.io/collector/service/telemetry/internal/migration"
1211)
1312
14- var _ = featuregate .GlobalRegistry ().MustRegister (
15- "telemetry.disableAddressFieldForInternalTelemetry" ,
16- featuregate .StageStable ,
17- featuregate .WithRegisterFromVersion ("v0.111.0" ),
18- featuregate .WithRegisterToVersion ("v0.127.0" ),
19- featuregate .WithRegisterDescription ("controls whether the deprecated address field for internal telemetry is still supported" ))
20-
2113// Config defines the configurable settings for service telemetry.
2214type Config struct {
2315 Logs LogsConfig `mapstructure:"logs"`
You can’t perform that action at this time.
0 commit comments