add optional agones.metrics.serviceMonitor.additonalLabels map to values.yaml in helm chart#4424
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Out of curiosity, do you want the same labels on both service monitors? Or would it be better to have the ability to set each individually? 🤔 Also noting that you'll need to write some docs for this too please! This page will need updating: https://agones.dev/site/docs/installation/install-agones/helm/ See https://agones.dev/site/docs/contribute/documentation-editing-contribution/ for details on how to do documentation edits 👍🏻 |
bb45806 to
a440a5d
Compare
Updated!
I think it's useful to apply to both of the ServiceMonitors because that's how the |
9d9254e to
a21b367
Compare
|
@markmandel could I please ask if you could review this when you have a moment? |
3388197 to
de36377
Compare
a087a63 to
f3f3d0f
Compare
f3f3d0f to
863a216
Compare
863a216 to
26a72bf
Compare
|
/gcbrun |
|
Build Succeeded 🥳 Build Id: bb9e8e05-bd73-441b-97ab-64c1f770b6e7 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version: |
|
/gcbrun |
|
Build Succeeded 🥳 Build Id: e2a0c589-5faa-4008-8ea0-c7ce926ed21d The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version: |
|
Thanks for your help, @markmandel ! 🚀 |
What type of PR is this?
/kind feature
What this PR does / Why we need it:
This makes it so that users can add additional labels to the ServiceMonitors deployed by this chart. This is useful if users have prometheus or alloy set to only scrape ServiceMonitors with specific labels.
Which issue(s) this PR fixes:
Closes #4178
Special notes for your reviewer: