Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the Spring Boot Starter to integrate OpenTelemetry with the following configuration:
I have also configured the
OTEL_EXPORTER_OTLP_ENDPOINT
to send traces to Langfuse and disabled database instrumentation withotel.instrumentation.jdbc.enabled=false
.Currently, I want to disable the tracing and reporting of
http.server.requests
. I have tried settingotel.instrumentation.spring-webmvc.enabled=false
andotel.instrumentation.spring-web.enabled=false
, but neither worked. How should I configure this?Beta Was this translation helpful? Give feedback.
All reactions