Deividas Strioga
Deividas Strioga
I'm getting this one as well
For me it works well: gradle 8.2 agp 8.2.0-rc03 kotlin 1.9.20
> I am not sure I follow this. Flushing right after creation? There seems to still be a window of time after the flush and before the export interval is...
> I think it's also worth noticing that there are 2 types of "flushing" in this repo, one to disk and the other to the network. Definitely the network one...
> There's a [shutdown hook](https://github.com/open-telemetry/opentelemetry-java/blob/37969926d13f7f62cf4fa9b2f46794c01d0cfb3a/sdk-extensions/autoconfigure/src/main/java/io/opentelemetry/sdk/autoconfigure/AutoConfiguredOpenTelemetrySdkBuilder.java#L650) in the upstream sdk that is intended to handle this case, I think. From my lookup, due to long chain of dependencies, I do not...
@LikeTheSalad , how would you see the [strategy](https://github.com/open-telemetry/opentelemetry-android/pull/709) being expanded? Performing most of the `build ` in a background thread? Looking at the specific blocking cases: * `at io.opentelemetry.exporter.internal.http.HttpExporterBuilder.resolveHttpSenderProvider(HttpExporterBuilder.java:254) `...
Unfortunately, with version 2, this does not work - argument `HttpResponse` is replaced with `KtorfitResult`, where only success case has the notion of `HttpResponse`, but not failure. Any workarounds for...
@Foso , any suggestions how to tackle this with v2?
@Foso thanks, this should work. I assumed that `is KtorfitResult.Failure` is for every non 200 response.