-
Notifications
You must be signed in to change notification settings - Fork 183
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
fix: default.metrics source is not imported when metrics are disabled… #2547
Conversation
62e1338
to
a644bda
Compare
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.
Could you add unit tests for that?
They should be added here:
https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/main/tests/helm
You can take https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/main/tests/helm/remote_write_proxy as example
a644bda
to
11487a0
Compare
ok |
11487a0
to
5815fcb
Compare
… and traces are enabled
d01ff12
to
5b7c0c8
Compare
5b7c0c8
to
9f7786d
Compare
@pdelewski you can rebase on main and tests should pass. We should also backport this to v2 imo. |
5fe7e10
to
6b8672a
Compare
6b8672a
to
dbb45a5
Compare
dbb45a5
to
f268937
Compare
@@ -26,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
### Fixed | |||
|
|||
- fix(openshift): fix remote write proxy - use unprivileged NGINX [#2510][#2510] | |||
- fix(openshift): fix remote write proxy - use unprivileged NGINX [#2510], [#2510] |
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.
Why this change?
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.
Actually, I don't remember exactly the reason now, but I think that some check was failing
… and traces are enabled
Description
Fill in your description here.
Checklist
Testing performed