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
@@ -67,6 +67,7 @@ Alpha features might be changed or removed without prior notice.
| `storage` | Configurable storage for dashboards, datasources, and resources |
| `exploreMixedDatasource` | Enable mixed datasource in Explore |
| `tracing` | Adds trace ID to error notifications |
| `newTraceView` | Shows the new trace view design |
| `correlations` | Correlations page |
| `datasourceQueryMultiStatus` | Introduce HTTP 207 Multi Status for api/ds/query |
| `traceToMetrics` | Enable trace to metrics links |