Skip to content

Commit

Permalink
Add cicd and prod near ring cluster monitoring for managed prometheus (
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
Sohamdg081992 authored Oct 2, 2023
1 parent be7398b commit 6cdcbad
Show file tree
Hide file tree
Showing 16 changed files with 13,585 additions and 8,553 deletions.
4 changes: 2 additions & 2 deletions .pipelines/azure-pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ jobs:
- task: HelmInstaller@1
displayName: 'Build: install Helm version'
inputs:
helmVersionToInstall: latest
helmVersionToInstall: 3.12.3

- bash: |
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
Expand Down Expand Up @@ -643,7 +643,7 @@ jobs:
- task: HelmInstaller@1
displayName: 'Build: install Helm version'
inputs:
helmVersionToInstall: latest
helmVersionToInstall: 3.12.3

- bash: |
export HELM_CHART_NAME=$ARC_HELM_CHART_NAME
Expand Down
2 changes: 1 addition & 1 deletion AddonBicepTemplate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can deploy the templates using a command like :

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

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

**NOTE**

Expand Down
459 changes: 0 additions & 459 deletions internal/alerts/ci-dev-aks-mac-eus.json

This file was deleted.

459 changes: 0 additions & 459 deletions internal/alerts/ci-dev-aks-wcus.json

This file was deleted.

436 changes: 0 additions & 436 deletions internal/alerts/ci-prod-aks-mac-weu.json

This file was deleted.

275 changes: 0 additions & 275 deletions internal/alerts/ci-prod-aks-msi-eus2.json

This file was deleted.

Loading

0 comments on commit 6cdcbad

Please sign in to comment.