Lauri Tulmin
Lauri Tulmin
@suzilxptr no progress
> Hi! Just checking in to see if there have been any updates on this issue. Thanks a lot! No updates, we'd gladly accept a PR that implements this (without...
@trask could you see whether this makes sense
Do we really want to make our spring boot starter depend on micrometer?
[We'd welcome a contribution for this](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/ISSUES.md#contribution-welcome) > If not, I would like to ask, what's needs to be done in order to implement such support in custom instrumentation. My guess...
Resolves with https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11202
Instead of resource attribute you probably meant span attribute. Resource is immutable and can not be altered after sdk initialization. There already is an option to capture request & response...
> Understood that using setAttribute from application side is a solution that can be performed without modifying anything in this project. > > I need to capture request body in...
Do I understand correctly that the issue is that because agent tries to establish network connections it will trigger loading `java.net.spi.InetAddressResolverProvider` before spring boot has set up its class loader...
> Could you please explain in detail how to achieve this? No, I can't, I'm not a spring boot user and don't know exactly how you'd do this. Spring boot...