Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cicd and prod near ring cluster monitoring for managed prometheus #602

Merged
merged 26 commits into from
Oct 2, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
538ec92
Removing duplicate alerts from ci recommended alerts
Sohamdg081992 Jun 30, 2023
52afdc9
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Jul 8, 2023
667fa62
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Jul 14, 2023
5ed84bc
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Jul 18, 2023
4280706
Remove test branch
Sohamdg081992 Jul 18, 2023
5244d82
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Jul 26, 2023
c0e61b9
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Jul 26, 2023
def76a5
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Aug 2, 2023
94a94f8
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Aug 10, 2023
12ad6c4
Remove preview keyword from policy readme
Sohamdg081992 Aug 10, 2023
d882600
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Aug 11, 2023
2d85282
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Aug 16, 2023
61cd57b
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Aug 19, 2023
431e85d
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Aug 22, 2023
fad0d47
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Aug 28, 2023
aa2b1ec
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Aug 30, 2023
ad196bd
Merge branch 'main' of https://github.com/Azure/prometheus-collector
Sohamdg081992 Sep 8, 2023
9c44459
Add cicd and prod near ring cluster monitoring for managed prometheus
Sohamdg081992 Sep 23, 2023
580bb38
Merge branch 'main' of https://github.com/Azure/prometheus-collector …
Sohamdg081992 Sep 23, 2023
86fff89
Make single file for alerts and update dashboard to include unit in m…
Sohamdg081992 Sep 27, 2023
d01e8a3
Merge branch 'main' of https://github.com/Azure/prometheus-collector …
Sohamdg081992 Sep 29, 2023
f599e2b
Replace label for cluster name with clusterName property
Sohamdg081992 Sep 29, 2023
9f2ea9e
update helm version to pass build
Sohamdg081992 Sep 29, 2023
acaa2a3
update helm version
Sohamdg081992 Sep 29, 2023
3f71be5
revert helm version update for non-Arc
Sohamdg081992 Sep 29, 2023
a162732
update helm for multiarch
Sohamdg081992 Sep 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update helm version
Sohamdg081992 committed Sep 29, 2023
commit acaa2a330f947284391e9bfc0e014270b8457005
4 changes: 2 additions & 2 deletions .pipelines/azure-pipeline-build.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -789,7 +789,7 @@ jobs:
- task: HelmInstaller@1
displayName: Install Helm version
inputs:
helmVersionToInstall: latest
helmVersionToInstall: 3.12.3
- bash: |
for i in 1 2 3 4 5 6 7 8 9 10
do