Traces: Enable showing trace ids (#71950)

* traces: enable showing trace ids by default

* removed unused imports
This commit is contained in:
Gábor Farkas
2023-07-20 07:59:38 +02:00
committed by GitHub
parent 16562faea6
commit 2c82a6b6c4
8 changed files with 3 additions and 21 deletions

View File

@@ -88,7 +88,6 @@ Experimental features might be changed or removed without prior notice.
| `showDashboardValidationWarnings` | Show warnings when dashboards do not validate against the schema |
| `mysqlAnsiQuotes` | Use double quotes to escape keyword in a MySQL query |
| `nestedFolderPicker` | Enables the still in-development new folder picker to support nested folders |
| `showTraceId` | Show trace ids for requests |
| `alertingBacktesting` | Rule backtesting API for alerting |
| `editPanelCSVDragAndDrop` | Enables drag and drop for CSV and Excel files |
| `lokiQuerySplitting` | Split large interval queries into subqueries with smaller time intervals |