Skip to content

Commit 1855556

Browse files
committed
chore: handle prom-exporter auth field deprecation
Signed-off-by: Bence Csati <[email protected]>
1 parent c83ac69 commit 1855556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resources/otel_conf_gen/pipeline/components/exporter/prometheus_exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type HTTPServerConfig struct {
7373
CORS *CORSConfig `json:"cors,omitempty"`
7474

7575
// Auth for this receiver
76-
Auth *configauth.Authentication `json:"auth,omitempty"`
76+
Auth *configauth.Config `json:"auth,omitempty"`
7777

7878
// MaxRequestBodySize sets the maximum request body size in bytes
7979
MaxRequestBodySize int64 `json:"max_request_body_size,omitempty"`

0 commit comments

Comments
 (0)