Explore Logs: Add feature flags (#92670)
This commit is contained in:
@@ -1404,6 +1404,27 @@ var (
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaFrontendPlatformSquad,
|
||||
},
|
||||
{
|
||||
Name: "exploreLogsShardSplitting",
|
||||
Description: "Used in Explore Logs to split queries into multiple queries based on the number of shards",
|
||||
Stage: FeatureStageExperimental,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaObservabilityLogsSquad,
|
||||
},
|
||||
{
|
||||
Name: "exploreLogsAggregatedMetrics",
|
||||
Description: "Used in Explore Logs to query by aggregated metrics",
|
||||
Stage: FeatureStageExperimental,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaObservabilityLogsSquad,
|
||||
},
|
||||
{
|
||||
Name: "exploreLogsLimitedTimeRange",
|
||||
Description: "Used in Explore Logs to limit the time range",
|
||||
Stage: FeatureStageExperimental,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaObservabilityLogsSquad,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@@ -185,3 +185,6 @@ dataplaneAggregator,experimental,@grafana/grafana-app-platform-squad,false,true,
|
||||
adhocFilterOneOf,experimental,@grafana/dashboards-squad,false,false,false
|
||||
lokiSendDashboardPanelNames,experimental,@grafana/observability-logs,false,false,false
|
||||
singleTopNav,experimental,@grafana/grafana-frontend-platform,false,false,true
|
||||
exploreLogsShardSplitting,experimental,@grafana/observability-logs,false,false,true
|
||||
exploreLogsAggregatedMetrics,experimental,@grafana/observability-logs,false,false,true
|
||||
exploreLogsLimitedTimeRange,experimental,@grafana/observability-logs,false,false,true
|
||||
|
||||
|
@@ -750,4 +750,16 @@ const (
|
||||
// FlagSingleTopNav
|
||||
// Unifies the top search bar and breadcrumb bar into one
|
||||
FlagSingleTopNav = "singleTopNav"
|
||||
|
||||
// FlagExploreLogsShardSplitting
|
||||
// Used in Explore Logs to split queries into multiple queries based on the number of shards
|
||||
FlagExploreLogsShardSplitting = "exploreLogsShardSplitting"
|
||||
|
||||
// FlagExploreLogsAggregatedMetrics
|
||||
// Used in Explore Logs to query by aggregated metrics
|
||||
FlagExploreLogsAggregatedMetrics = "exploreLogsAggregatedMetrics"
|
||||
|
||||
// FlagExploreLogsLimitedTimeRange
|
||||
// Used in Explore Logs to limit the time range
|
||||
FlagExploreLogsLimitedTimeRange = "exploreLogsLimitedTimeRange"
|
||||
)
|
||||
|
||||
@@ -1046,6 +1046,45 @@
|
||||
"allowSelfServe": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "exploreLogsAggregatedMetrics",
|
||||
"resourceVersion": "1724938092041",
|
||||
"creationTimestamp": "2024-08-29T13:28:12Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Used in Explore Logs to query by aggregated metrics",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/observability-logs",
|
||||
"frontend": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "exploreLogsLimitedTimeRange",
|
||||
"resourceVersion": "1724938092041",
|
||||
"creationTimestamp": "2024-08-29T13:28:12Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Used in Explore Logs to limit the time range",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/observability-logs",
|
||||
"frontend": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "exploreLogsShardSplitting",
|
||||
"resourceVersion": "1724938092041",
|
||||
"creationTimestamp": "2024-08-29T13:28:12Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Used in Explore Logs to split queries into multiple queries based on the number of shards",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/observability-logs",
|
||||
"frontend": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "exploreMetrics",
|
||||
|
||||
Reference in New Issue
Block a user