assuming javaagent; is w3c trace context automatically injected into outgoing http requests with hato http client or do i have to do something? EDIT: i think the answer is it’s automatic , found more docs
Yes, the Java 11 HTTP Client is supported by the OpenTelemetry instrumentation agent, as seen in this https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md.
Thanks for the reply and the library, it’s really good