-
Notifications
You must be signed in to change notification settings - Fork 41k
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
Retry Policy for OtlpHttpSpanExporter and OtlpGrpcSpanExporter are not auto-configured #44645
Comments
We can either add customizers for There are more |
I believe this is the only viable option here. Considering the current issue with configuring Unfortunately, this would require introducing two customizers |
I have implemented the customizers approach in this branch |
Thanks for implementing ! |
@as428y The final decision on whether to use properties or customizers has not been made yet. |
Thanks for clarification!
I believe it will approved
…________________________________
From: Dmytro Nosan ***@***.***>
Sent: Thursday, March 13, 2025 6:58:14 PM
To: spring-projects/spring-boot ***@***.***>
Cc: Alexander Shapiro (ashapiro) ***@***.***>; Mention ***@***.***>
Subject: Re: [spring-projects/spring-boot] Retry Policy for OtlpHttpSpanExporter and OtlpGrpcSpanExporter are not auto-configured (Issue #44645)
You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
CAUTION: This email is from an external source. Please don’t open any unknown links or attachments.
@as428y<https://github.com/as428y>
Apologies for the confusion, let me clarify. As a contributor, I’ve prepared a solution for this issue by using customizers. This solution currently exists in my forked spring-boot repository and is not part of the main spring-boot repository.
The final decision on whether to use properties or customizers has not been made yet.
—
Reply to this email directly, view it on GitHub<#44645 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJIAFXQDPFBH6QCZS7EPKAD2UG2KNAVCNFSM6AAAAABYRJ3UMSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMRSGAYDANBSGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
[nosan]nosan left a comment (spring-projects/spring-boot#44645)<#44645 (comment)>
@as428y<https://github.com/as428y>
Apologies for the confusion, let me clarify. As a contributor, I’ve prepared a solution for this issue by using customizers. This solution currently exists in my forked spring-boot repository and is not part of the main spring-boot repository.
The final decision on whether to use properties or customizers has not been made yet.
—
Reply to this email directly, view it on GitHub<#44645 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJIAFXQDPFBH6QCZS7EPKAD2UG2KNAVCNFSM6AAAAABYRJ3UMSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMRSGAYDANBSGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
This email and the information contained herein is proprietary and confidential and subject to the Amdocs Email Terms of Service, which you may review at https://www.amdocs.com/about/email-terms-of-service <https://www.amdocs.com/about/email-terms-of-service>
|
It requires to override Beans for
OtlpHttpSpanExporter and OtlpGrpcSpanExporter, in order to populate RetryPolicy
In this case better would to have Customizer or Dedicated bean for HTTP\gRPC rather overriding Bean
The text was updated successfully, but these errors were encountered: