Logs: Explore panel default visualization feature flag (#87189)

* add logsExploreTableDefaultVisualization feature flag

* use feature flag in calculating initial visualization type

* add feature flag to tracking
This commit is contained in:
Galen Kistler
2024-05-02 10:28:15 -05:00
committed by GitHub
parent 8afaea8a56
commit 840aeddbd1
8 changed files with 38 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ Experimental features might be changed or removed without prior notice.
| `accessActionSets` | Introduces action sets for resource permissions |
| `disableNumericMetricsSortingInExpressions` | In server-side expressions, disable the sorting of numeric-kind metrics by their metric name or labels. |
| `queryLibrary` | Enables Query Library feature in Explore |
| `logsExploreTableDefaultVisualization` | Sets the logs table as default visualisation in logs explore |
## Development feature toggles