Azure Monitor: Add logs query builder (#99055)
This commit is contained in:
@@ -1818,6 +1818,13 @@ var (
|
||||
HideFromAdminPage: true,
|
||||
HideFromDocs: true,
|
||||
},
|
||||
{
|
||||
Name: "azureMonitorLogsBuilderEditor",
|
||||
Description: "Enables the logs builder mode for the Azure Monitor data source",
|
||||
Stage: FeatureStagePublicPreview,
|
||||
Owner: grafanaPartnerPluginsSquad,
|
||||
Expression: "false",
|
||||
},
|
||||
{
|
||||
Name: "localeFormatPreference",
|
||||
Description: "Specify the locale so we can show the correct format for numbers and dates",
|
||||
|
||||
@@ -239,6 +239,7 @@ inviteUserExperimental,experimental,@grafana/sharing-squad,false,false,true
|
||||
noBackdropBlur,experimental,@grafana/grafana-frontend-platform,false,false,true
|
||||
alertingMigrationUI,experimental,@grafana/alerting-squad,false,false,true
|
||||
unifiedStorageHistoryPruner,experimental,@grafana/search-and-storage,false,false,false
|
||||
azureMonitorLogsBuilderEditor,preview,@grafana/partner-datasources,false,false,false
|
||||
localeFormatPreference,experimental,@grafana/grafana-frontend-platform,false,false,false
|
||||
unifiedStorageGrpcConnectionPool,experimental,@grafana/search-and-storage,false,false,false
|
||||
alertingRuleRecoverDeleted,GA,@grafana/alerting-squad,false,false,true
|
||||
|
||||
|
@@ -967,6 +967,10 @@ const (
|
||||
// Enables the unified storage history pruner
|
||||
FlagUnifiedStorageHistoryPruner = "unifiedStorageHistoryPruner"
|
||||
|
||||
// FlagAzureMonitorLogsBuilderEditor
|
||||
// Enables the logs builder mode for the Azure Monitor data source
|
||||
FlagAzureMonitorLogsBuilderEditor = "azureMonitorLogsBuilderEditor"
|
||||
|
||||
// FlagLocaleFormatPreference
|
||||
// Specify the locale so we can show the correct format for numbers and dates
|
||||
FlagLocaleFormatPreference = "localeFormatPreference"
|
||||
|
||||
@@ -901,6 +901,22 @@
|
||||
"codeowner": "@grafana/partner-datasources"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "azureMonitorLogsBuilderEditor",
|
||||
"resourceVersion": "1743001017970",
|
||||
"creationTimestamp": "2025-03-19T22:51:49Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-03-26 14:56:57.970732 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the logs builder mode for the Azure Monitor data source",
|
||||
"stage": "preview",
|
||||
"codeowner": "@grafana/partner-datasources",
|
||||
"expression": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "azureMonitorPrometheusExemplars",
|
||||
|
||||
Reference in New Issue
Block a user