Tempo: Basic PoC of the upcoming TraceQL editor in Explore (#54028)

* First working version of the TraceQL editor with syntax highlighting and autocomplete

* Add feature flag around the new editor option

* Fix tests and cleanup

* Fix misspelling
This commit is contained in:
Andre Pereira
2022-08-24 17:57:59 +01:00
committed by GitHub
parent 94b4f6f459
commit c8f2148f75
12 changed files with 687 additions and 9 deletions

View File

@@ -63,4 +63,5 @@ export interface FeatureToggles {
internationalization?: boolean;
topnav?: boolean;
customBranding?: boolean;
traceqlEditor?: boolean;
}