-
Notifications
You must be signed in to change notification settings - Fork 1.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
Unify log message when exporter or receiver is not registered #1018
Unify log message when exporter or receiver is not registered #1018
Conversation
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@@ -232,11 +232,7 @@ func (eb *ExportersBuilder) buildExporter( | |||
|
|||
inputDataTypes := exportersInputDataTypes[config] | |||
if inputDataTypes == nil { | |||
// TODO https://go.opentelemetry.io/collector/issues/294 | |||
// Move this validation to config/config.go:validateConfig |
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.
The validation is not needed. In Jaeger we rely on the behavior that does not require registering all rec/exp to the pipeline.
Codecov Report
@@ Coverage Diff @@
## master #1018 +/- ##
==========================================
+ Coverage 85.61% 85.63% +0.01%
==========================================
Files 189 189
Lines 13167 13167
==========================================
+ Hits 11273 11275 +2
+ Misses 1441 1440 -1
+ Partials 453 452 -1
Continue to review full report at Codecov.
|
can somebody restart the |
…elemetry#1018) Resolves: jaegertracing/jaeger#2252 Related to open-telemetry#294 Just fixing the log message. The warn level was printing stacktrace what was confusing for users.
Resolves: jaegertracing/jaeger#2252
Related to #294
Description:
Just fixing the log message. The warn level was printing stacktrace what was confusing for users.
Link to tracking Issue:
Testing: < Describe what testing was performed and which tests were added.>
Documentation: < Describe the documentation added.>