Skip to content

Commit 6cdcbad

Browse files
Add cicd and prod near ring cluster monitoring for managed prometheus (#602)
* Removing duplicate alerts from ci recommended alerts * Remove test branch * Remove preview keyword from policy readme * Add cicd and prod near ring cluster monitoring for managed prometheus * Make single file for alerts and update dashboard to include unit in memory * Replace label for cluster name with clusterName property
1 parent be7398b commit 6cdcbad

16 files changed

+13585
-8553
lines changed

.pipelines/azure-pipeline-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ jobs:
600600
- task: HelmInstaller@1
601601
displayName: 'Build: install Helm version'
602602
inputs:
603-
helmVersionToInstall: latest
603+
helmVersionToInstall: 3.12.3
604604

605605
- bash: |
606606
envsubst < $(Build.SourcesDirectory)/otelcollector/deploy/chart/prometheus-collector/Chart-template.yaml > $(Build.SourcesDirectory)/otelcollector/deploy/chart/prometheus-collector/Chart.yaml && envsubst < $(Build.SourcesDirectory)/otelcollector/deploy/chart/prometheus-collector/values-template.yaml > $(Build.SourcesDirectory)/otelcollector/deploy/chart/prometheus-collector/values.yaml
@@ -643,7 +643,7 @@ jobs:
643643
- task: HelmInstaller@1
644644
displayName: 'Build: install Helm version'
645645
inputs:
646-
helmVersionToInstall: latest
646+
helmVersionToInstall: 3.12.3
647647

648648
- bash: |
649649
export HELM_CHART_NAME=$ARC_HELM_CHART_NAME

AddonBicepTemplate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You can deploy the templates using a command like :
55

66
In order to deploy community alerts and ci recommended alerts through template, deploy using command like:
77

8-
```az deployment group create -g <resource_group> -n <deployment_name> --template-file .\AzureMonitorAlertsProfileParameters.json --parameters .\AzureMonitorAlertsProfileParameters.json```
8+
```az deployment group create -g <resource_group> -n <deployment_name> --template-file .\AzureMonitorAlertsProfile.bicep --parameters .\AzureMonitorAlertsProfileParameters.json```
99

1010
**NOTE**
1111

internal/alerts/ci-dev-aks-mac-eus.json

-459
This file was deleted.

internal/alerts/ci-dev-aks-wcus.json

-459
This file was deleted.

internal/alerts/ci-prod-aks-mac-weu.json

-436
This file was deleted.

internal/alerts/ci-prod-aks-msi-eus2.json

-275
This file was deleted.

0 commit comments

Comments
 (0)