clj-otel

2023-09-14T00:47:30.818959Z

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

steffan 2023-09-14T09:26:12.302449Z

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.

👍 1
2023-09-15T03:13:51.728839Z

Thanks for the reply and the library, it’s really good