-
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
Jaeger Receiver Config Fixes #490
Jaeger Receiver Config Fixes #490
Conversation
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #490 +/- ##
==========================================
- Coverage 75.99% 75.91% -0.08%
==========================================
Files 120 119 -1
Lines 7415 7437 +22
==========================================
+ Hits 5635 5646 +11
- Misses 1514 1522 +8
- Partials 266 269 +3
Continue to review full report at Codecov.
|
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Hi @joe-elliott, what is the behavior when empty |
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
LGTM @joe-elliott just need to fix the test
|
Signed-off-by: Joe Elliott <[email protected]>
@pjanotti Thanks for the comments. When starting the Jaeger receiver with an unknown protocol the collector will now log:
When starting the Jaeger receiver with no protocols the collector will now log:
|
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.
Thanks for the PR @joe-elliott LGTM
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
@tigrannajaryan I believe I have addressed your concerns. Note that I went ahead and exported |
Signed-off-by: Joe Elliott <[email protected]>
…ller Signed-off-by: Joe Elliott <[email protected]>
Mostly LGTM, only a couple small nits. |
Signed-off-by: Joe Elliott <[email protected]>
@tigrannajaryan I believe that covers it. Let me know if I can make any other changes. |
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. Thank you.
* Update bundled Smart Agent to v5.11.0. * Document APM infra correlation. * Alpha translatesfx feature additions.
Fixes #445, #158
This PR addresses some Jaeger receiver config cleanup as well as makes some breaking changes to the way the config is handled. See below for details.
Fixes/Updates
trace_reciever.go
has been standardized.Breaking Change
Changed the way an empty
jaeger:
config is handled. An empty/default config does not start any jaeger protocols. Previously it started all three collector protocols. This is a consequence of not starting unspecified protocols.