Skip to content

Commit

Permalink
[chore] fix register from version for gate (open-telemetry#10573)
Browse files Browse the repository at this point in the history
This will be released in v0.105

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten authored Jul 9, 2024
1 parent 650ac0b commit 58b2496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/featuregates/featuregates.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ var StrictlyTypedInputGate = featuregate.GlobalRegistry().MustRegister(StrictlyT

var DisableOpenCensusBridge = featuregate.GlobalRegistry().MustRegister("service.disableOpenCensusBridge",
featuregate.StageBeta,
featuregate.WithRegisterFromVersion("v0.104.0"),
featuregate.WithRegisterFromVersion("v0.105.0"),
featuregate.WithRegisterDescription("`Disables the OpenCensus bridge meaning any component still using the OpenCensus SDK will no longer be able to produce telemetry."))

0 comments on commit 58b2496

Please sign in to comment.