Tempo: Remove traceQLStreaming feature toggle (#103619)

Remove traceQLStreaming feature toggle and migration
This commit is contained in:
Andre Pereira
2025-04-09 13:57:07 +01:00
committed by GitHub
parent 24474dcb9c
commit ec2cd53b1a
9 changed files with 2 additions and 95 deletions
@@ -128,8 +128,6 @@ func (oss *OSSMigrations) AddMigration(mg *Migrator) {
ualert.AddStateResolvedAtColumns(mg)
enableTraceQLStreaming(mg, oss.features != nil && oss.features.IsEnabledGlobally(featuremgmt.FlagTraceQLStreaming))
ualert.AddReceiverActionScopesMigration(mg)
ualert.AddRuleMetadata(mg)