Skip to content

Commit 9162415

Browse files
committed
remove prom endpoint config field
1 parent cbc1c77 commit 9162415

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

telemetry/metrics.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ type Config struct {
9494
// Otlp Exporter fields
9595
OtlpExporterEnabled bool `mapstructure:"otlp-exporter-enabled"`
9696
OtlpCollectorHttpAddr string `mapstructure:"otlp-collector-http-addr"`
97-
PrometheusEndpoint string `mapstructure:"prometheus-endpoint"`
9897
OtlpServiceName string `mapstructure:"otlp-service-name"`
9998
OtlpPushInterval time.Duration `mapstructure:"otlp-push-interval"`
10099
}

0 commit comments

Comments
 (0)