You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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.
Is automatic HTTP client instrumentation even possible - or is it always manual?
Does the "real" agent support more features / auto-instrumentation than agentless?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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