This message was deleted.
# support
s
This message was deleted.
p
@Prashant Shahi You have any insights on this?
p
This could be related to instrumentation SDK. I had tried similar scenario but with HotROD sample application, I can confirm that we don't have this problem.
@Srikanth Chekuri would be the best person who might have insights on this.
s
@manohar mirle that shouldn't be the case. the client exporter retries with exponential backoff for some time and then gives up. If collector becomes available before giving up then the traces will be exporter successfully. Which SDK are you using?
m
@Srikanth Chekuri yes, client exporter is retrying for some time and giving up. Is there any way to increase this retry count ? We are instrumenting Java and Python services.
s
@manohar mirle That's not customisable at this point. Here is an issue I created to streamlining this behaviour on spec https://github.com/open-telemetry/opentelemetry-specification/issues/1528.
m
Thanks @Srikanth Chekuri
@Srikanth Chekuri What is the current time limit for retry ?
s
m
@Srikanth Chekuri Is it the same policy for GOLang, FastAPI and NodeJS ?
s
It is framework independent
m
ok