-
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 otel collector uri flag #513
feat: add otel collector uri flag #513
Conversation
576ffa0
to
e4d9fde
Compare
Codecov Report
@@ Coverage Diff @@
## main #513 +/- ##
==========================================
+ Coverage 82.67% 82.70% +0.03%
==========================================
Files 22 22
Lines 1397 1417 +20
==========================================
+ Hits 1155 1172 +17
- Misses 205 207 +2
- Partials 37 38 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
@L3o-pold thank you for this contribution 🎉 Only thing missing from my point of view is the readme update for helm chart - https://github.com/open-feature/open-feature-operator/blob/main/chart/open-feature-operator/README.md#sidecar-configuration |
99b0c35
to
6564ac3
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.
Awesome, thanks!
a65d783
to
22a21c5
Compare
22a21c5
to
6f4cf2a
Compare
6f4cf2a
to
ff393c1
Compare
Signed-off-by: Leopold Jacquot <[email protected]>
ff393c1
to
85ead0a
Compare
This PR
otelCollectorUri
attribute forFlagSourceConfiguration
CRD to configure OTEL collectorRelated Issues
Fixes #512
Notes
Follow-up Tasks
How to test