-
Notifications
You must be signed in to change notification settings - Fork 696
Add max_tag_value_length
support to Jaeger exporter
#1633
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 max_tag_value_length
support to Jaeger exporter
#1633
Conversation
27619b5
to
463d4c8
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.
The changes to add max_attr_value_length
look good, what happened w/ test_jaeger_exporter_protobuf.py
?
CHANGELOG.md
Outdated
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v0.18b0...HEAD) | |||
|
|||
### Added | |||
- Add `max_attr_value_length` support to Jaeger exporter | |||
([#1633])(https://github.com/open-telemetry/opentelemetry-python/pull/11633) |
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.
([#1633])(https://github.com/open-telemetry/opentelemetry-python/pull/11633) | |
([#1633])(https://github.com/open-telemetry/opentelemetry-python/pull/1633) |
Oh! My bad. I had added another test file and later deleted it but looks like I deleted the wrong file and in the process lost the new tests I wrote. I'll go back and write tests for it again now 🤦 |
463d4c8
to
2fcda90
Compare
max_attr_value_length
support to Jaeger exportermax_tag_value_length
support to Jaeger exporter
This commit adds ability to specifiy maximum length for string attributes to the Jaeger exporter. This is similar to how Zipkin exporter supports `max_tag_value_length`.
2fcda90
to
cea54d9
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.
@owais thanks for fixing!
Description
This commit adds ability to specifiy maximum length for string
attributes to the Jaeger exporter. This is similar to how Zipkin
exporter supports
max_tag_value_length
.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Does This PR Require a Contrib Repo Change?
Checklist: