We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc1c77 commit 9162415Copy full SHA for 9162415
telemetry/metrics.go
@@ -94,7 +94,6 @@ type Config struct {
94
// Otlp Exporter fields
95
OtlpExporterEnabled bool `mapstructure:"otlp-exporter-enabled"`
96
OtlpCollectorHttpAddr string `mapstructure:"otlp-collector-http-addr"`
97
- PrometheusEndpoint string `mapstructure:"prometheus-endpoint"`
98
OtlpServiceName string `mapstructure:"otlp-service-name"`
99
OtlpPushInterval time.Duration `mapstructure:"otlp-push-interval"`
100
}
0 commit comments