Tracing: Rename feature toggle (#66833)

Rename feature toggle so something more specific so new work can use older feature toggle name
This commit is contained in:
Joey
2023-04-21 11:31:24 +01:00
committed by GitHub
parent 9a29dd7d6e
commit 6522bb377e
18 changed files with 120 additions and 96 deletions

View File

@@ -70,7 +70,7 @@ Alpha features might be changed or removed without prior notice.
| `publicDashboardsEmailSharing` | Enables public dashboard sharing to be restricted to only allowed emails |
| `lokiLive` | Support WebSocket streaming for loki (early prototype) |
| `storage` | Configurable storage for dashboards, datasources, and resources |
| `newTraceView` | Shows the new trace view design |
| `newTraceViewHeader` | Shows the new trace view header |
| `datasourceQueryMultiStatus` | Introduce HTTP 207 Multi Status for api/ds/query |
| `traceToMetrics` | Enable trace to metrics links |
| `prometheusWideSeries` | Enable wide series responses in the Prometheus datasource |