Tempo: Require streaming to be enabled (#90264)

Revert previous change
This commit is contained in:
Andre Pereira 2024-07-10 12:02:30 +01:00 committed by GitHub
parent c5f903f6dd
commit a3dfc894f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -280,7 +280,7 @@ export class TempoDatasource extends DataSourceWithBackend<TempoQuery, TempoJson
config.featureToggles.traceQLStreaming &&
this.isFeatureAvailable(FeatureName.streaming) &&
config.liveEnabled &&
this.streamingEnabled?.search !== false
this.streamingEnabled?.search
);
}