-
Notifications
You must be signed in to change notification settings - Fork 345
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
Add OTEL config to all-in-one #1080
Conversation
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1080 +/- ##
===========================================
+ Coverage 64.69% 87.81% +23.12%
===========================================
Files 86 85 -1
Lines 7013 5172 -1841
===========================================
+ Hits 4537 4542 +5
+ Misses 2313 466 -1847
- Partials 163 164 +1
Continue to review full report at Codecov.
|
@@ -60,21 +62,26 @@ func (a *AllInOne) Get() *appsv1.Deployment { | |||
sampling.Update(a.jaeger, commonSpec, &options) | |||
tls.Update(a.jaeger, commonSpec, &options) | |||
|
|||
if len(util.FindItem("--reporter.type=", options)) == 0 { | |||
options = append(options, "--reporter.type=grpc") |
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.
not needed. there is only grpc reporter that is used by default
Signed-off-by: Pavol Loffay <[email protected]>
Looks like coverage affected by error paths - possible add some invalid otel config in a separate test? |
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay [email protected]
Example CR