-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[prometheus-stackdriver-exporter] Switch exporter config to agrs instead of env variables. #1790
Conversation
Signed-off-by: Anas <anas-aso@users.noreply.github.com>
Signed-off-by: Anas <anas-aso@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an info about this change to the upgrading section of the readme.
@monotek there isn't really any breaking change for users of the chart itself. So I think that an upgrade guide is needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
People using .Values.extraArgs could run into problems, if something would be already declared. So at least a warning would be nice.
Also please fix ci.
Signed-off-by: Anas <anas-aso@users.noreply.github.com>
Signed-off-by: Anas <anas-aso@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com> Signed-off-by: Anas <anas-aso@users.noreply.github.com>
Signed-off-by: Anas <anas-aso@users.noreply.github.com>
Signed-off-by: Anas <anas-aso@users.noreply.github.com>
Signed-off-by: Anas <anas-aso@users.noreply.github.com>
Signed-off-by: Anas <anas-aso@users.noreply.github.com>
@monotek all good now. Thanks for updating the readme. |
What this PR does / why we need it:
Upgrade app version to 0.12.0 https://github.com/prometheus-community/stackdriver_exporter/releases/tag/v0.12.0
This version comes with a breaking change of dropping env variables config for this exporter: prometheus-community/stackdriver_exporter#142
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer:
I bumped the chart version to 2.0.0 due to the change in how config is passed to the exporter.
Checklist
[prometheus-couchdb-exporter]
)