Skip to content

Commit

Permalink
Update exporter/exporterhelper/internal/base_exporter.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
sfc-gh-sili and dmitryax authored Nov 25, 2024
1 parent 733c976 commit 2a3200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/exporterhelper/internal/base_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
var usePullingBasedExporterQueueBatcher = featuregate.GlobalRegistry().MustRegister(
"exporter.UsePullingBasedExporterQueueBatcher",
featuregate.StageAlpha,
featuregate.WithRegisterFromVersion("v0.114.0"),
featuregate.WithRegisterFromVersion("v0.115.0"),
featuregate.WithRegisterDescription("if set to true, turns on the pulling-based exporter queue bathcer"),
)

Expand Down

0 comments on commit 2a3200d

Please sign in to comment.