-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bump github.com/jaegertracing/jaeger from 1.41.0 to 1.42.0 causes issues #18401
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@frzifus, I think you did something related to this recently? |
Thanks @jpkrohling |
I assume you mean #18070? Let me see. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
…ypes for sampling strategies (#18485) Add featuregates to replace Thrift-gen with Proto-gen types for sampling strategies. Available featuregates are: - extension.jaegerremotesampling.replaceThriftWithProto - receiver.jaegerreceiver.replaceThriftWithProto Closes #18401 Ref #18047 -- cc @jpkrohling --------- Signed-off-by: Benedikt Bongartz <[email protected]> Co-authored-by: Juraci Paixão Kröhling <[email protected]>
Component(s)
extension/jaegerremotesampling
What happened?
Description
Updating the dependency from 1.41.0 to 1.42.0 causes the following error in the test because of the change in using
api_v2.SamplingStrategyResponse
fromsampling.SamplingStrategyResponse
:The strategyType field in the api_v2 is not rendered because of the
omitempty
tag in the struct. What's the right way to address this in the extension?See the PR here: #18400
Collector version
not-released-yet
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: