Skip to content

Commit 46c0863

Browse files
Update internal/storage/v1/elasticsearch/spanstore/reader.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Soumya Raikwar <164396577+SoumyaRaikwar@users.noreply.github.com>
1 parent 8a074e0 commit 46c0863

File tree

1 file changed

+1
-1
lines changed
  • internal/storage/v1/elasticsearch/spanstore

1 file changed

+1
-1
lines changed

internal/storage/v1/elasticsearch/spanstore/reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func init() {
9494

9595
readLegacyIndices = featuregate.GlobalRegistry().MustRegister(
9696
"jaeger.es.readLegacyWithDataStream",
97-
featuregate.StageBeta,
97+
featuregate.StageAlpha,
9898
featuregate.WithRegisterFromVersion("v2.6.0"),
9999
featuregate.WithRegisterDescription("When enabled, the Elasticsearch reader will query both data streams and legacy indices for migration."),
100100
featuregate.WithRegisterReferenceURL("https://github.com/jaegertracing/jaeger/pull/7768"))

0 commit comments

Comments
 (0)