-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: add log format configuration options through helm chart #346
feat: add log format configuration options through helm chart #346
Conversation
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
2992331
to
abc2f2a
Compare
The
I may also be worthwhile adding this configuration to one of the existing tests in |
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
e6e1f85
to
ac8706d
Compare
@james-milligan thanks for the review! |
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com> Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
the failing test works for me locally... can somebody maybe start a re-run? |
Done! Note: there's an issue for this flakey test #347 |
Codecov Report
@@ Coverage Diff @@
## main #346 +/- ##
=======================================
Coverage 61.46% 61.46%
=======================================
Files 4 4
Lines 532 532
=======================================
Hits 327 327
Misses 185 185
Partials 20 20 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
I didn't manually test this one but it looks good to me; tests are passing now and it looks like @james-milligan 's concerns (including the conversion) have been resolved.
Co-authored-by: James Milligan <75740990+james-milligan@users.noreply.github.com> Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.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.
LGTM, thanks :)
This PR
sidecarConfiguration.logFormat
helm value that is handed over to the operator as an env varFixes #334