Explore Logs: Add feature flags (#92670)

This commit is contained in:
Sven Grossmann
2024-08-29 15:55:59 +02:00
committed by GitHub
parent dfba5776b9
commit 15a4ff992b
6 changed files with 81 additions and 0 deletions
@@ -195,6 +195,9 @@ Experimental features might be changed or removed without prior notice.
| `adhocFilterOneOf` | Exposes a new 'one of' operator for ad-hoc filters. This operator allows users to filter by multiple values in a single filter. |
| `lokiSendDashboardPanelNames` | Send dashboard and panel names to Loki when querying |
| `singleTopNav` | Unifies the top search bar and breadcrumb bar into one |
| `exploreLogsShardSplitting` | Used in Explore Logs to split queries into multiple queries based on the number of shards |
| `exploreLogsAggregatedMetrics` | Used in Explore Logs to query by aggregated metrics |
| `exploreLogsLimitedTimeRange` | Used in Explore Logs to limit the time range |
## Development feature toggles