Skip to content

Commit

Permalink
Update receiver/zipkinreceiver/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrzej Stencel <[email protected]>
  • Loading branch information
odubajDT and andrzej-stencel committed Nov 14, 2024
1 parent d3b8773 commit 785fde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/zipkinreceiver/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var disallowHTTPDefaultProtocol = featuregate.GlobalRegistry().MustRegister(
"zipkinreceiver.httpDefaultProtocol.disallow",
featuregate.StageAlpha,
featuregate.WithRegisterDescription("When enabled, usage of the default http configuration is disallowed"),
featuregate.WithRegisterFromVersion("v0.112.0"),
featuregate.WithRegisterFromVersion("v0.114.0"),
)

// Config defines configuration for Zipkin receiver.
Expand Down

0 comments on commit 785fde6

Please sign in to comment.