Skip to content

Commit

Permalink
remove featuregate.WithRegisterDescription() that references future o…
Browse files Browse the repository at this point in the history
…tel version
  • Loading branch information
jj22ee committed Sep 21, 2023
1 parent a23ba13 commit 5f196e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exporter/awsxrayexporter/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ const (
var skipTimestampValidationFeatureGate = featuregate.GlobalRegistry().MustRegister(
"exporter.awsxray.skiptimestampvalidation",
featuregate.StageBeta,
featuregate.WithRegisterDescription("Remove XRay's timestamp validation on first 32 bits of trace ID"),
featuregate.WithRegisterFromVersion("v0.84.0"))
featuregate.WithRegisterDescription("Remove XRay's timestamp validation on first 32 bits of trace ID"))

// NewFactory creates a factory for AWS-Xray exporter.
func NewFactory() exporter.Factory {
Expand Down

0 comments on commit 5f196e0

Please sign in to comment.