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 c83ac69 commit 1855556Copy full SHA for 1855556
pkg/resources/otel_conf_gen/pipeline/components/exporter/prometheus_exporter.go
@@ -73,7 +73,7 @@ type HTTPServerConfig struct {
73
CORS *CORSConfig `json:"cors,omitempty"`
74
75
// Auth for this receiver
76
- Auth *configauth.Authentication `json:"auth,omitempty"`
+ Auth *configauth.Config `json:"auth,omitempty"`
77
78
// MaxRequestBodySize sets the maximum request body size in bytes
79
MaxRequestBodySize int64 `json:"max_request_body_size,omitempty"`
0 commit comments