Tempo: Add time range to tempo search query behind a feature flag (#43811)

This commit is contained in:
Connor Lindsey
2022-01-10 07:38:40 -07:00
committed by GitHub
parent 3d6e9076c9
commit ef12028a68
5 changed files with 52 additions and 6 deletions

View File

@ -66,6 +66,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
trimDefaults: false,
tempoServiceGraph: false,
tempoSearch: false,
tempoBackendSearch: false,
recordedQueries: false,
newNavigation: false,
fullRangeLogsVolume: false,