How to change exporter RetryPolicy
#12926
Unanswered
GalaxyiPhone
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using opentelemetry spring boot starter.
I want to change the retry policy according to Span, Log transmission failure to prevent errors from accumulating in production.
Currently, the default value is 5 retries, but I want to modify it to 1 retry. Is it possible?
There doesn't seem to be any support through property, is it possible to register a bean?
Beta Was this translation helpful? Give feedback.
All reactions