TraceView: Reworked header (#63105)

* Reworked header

* Remove toggle from merge

* Update test

* Update how span is retrived

* Tests

* Update tests

* Move new trace page header into its own component

* Remove tests already covered in TracePageHeader.test.tsx

* Update findHeaderTags

* Tooltip updates
This commit is contained in:
Joey
2023-02-28 15:41:40 +00:00
committed by GitHub
parent 16503a719b
commit 82bcfb4928
13 changed files with 416 additions and 44 deletions

View File

@@ -41,6 +41,7 @@ export interface FeatureToggles {
export?: boolean;
exploreMixedDatasource?: boolean;
tracing?: boolean;
newTraceView?: boolean;
correlations?: boolean;
cloudWatchDynamicLabels?: boolean;
datasourceQueryMultiStatus?: boolean;