Replies: 1 comment
-
|
Hey @NINNiT , it seems, there's no auto config for
Yes, our
Make sure to use the correct instance of HttpClient (the one defined as bean) when making the request. Please make sure to use the correct OTel version as otherwise it causes a mix of OpenTelemetry versions, leading to unexpected behaviour, potentially including crashes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I have a few questions, hope this is the right place to ask them.
We're using spring-boot, sentry, as well as the agentless opentelemetry approach.
Reading through the docs (sentry and otel) it seems that HTTP Instrumentation should basically just work automatically out-of-the-box.
For example, JDBC auto-instrumentation or Spring MVC server traces work without problems.
However this is not the case for HTTP client calls - we have to manually load in the opentelemetry modules...
... and then wrap the
HttpClientwith the Telemetry:HTTP Client Traces are then being send to Sentry - however the "Outbound API Requests" view in the Sentry Backend Dashboard still doesn't show any Requests.
Thanks <3
Versions
Spring-Boot:
3.5.7JDK/JRE:
21 TemurinSentry:
8.26.0Sentry Maven Plugin:
0.9.0Code Snippets
pom.xml:
properties:
Beta Was this translation helpful? Give feedback.
All reactions