Azure Monitor: Add logs query builder (#99055)

This commit is contained in:
Alyssa (Bull) Joyner
2025-04-02 08:15:25 -06:00
committed by GitHub
parent 44ca402116
commit 3b73ebb210
42 changed files with 3306 additions and 59 deletions
+7
View File
@@ -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",
+1
View File
@@ -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
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
239 noBackdropBlur experimental @grafana/grafana-frontend-platform false false true
240 alertingMigrationUI experimental @grafana/alerting-squad false false true
241 unifiedStorageHistoryPruner experimental @grafana/search-and-storage false false false
242 azureMonitorLogsBuilderEditor preview @grafana/partner-datasources false false false
243 localeFormatPreference experimental @grafana/grafana-frontend-platform false false false
244 unifiedStorageGrpcConnectionPool experimental @grafana/search-and-storage false false false
245 alertingRuleRecoverDeleted GA @grafana/alerting-squad false false true
+4
View File
@@ -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"
+16
View File
@@ -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",