-
Notifications
You must be signed in to change notification settings - Fork 40.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring Boot 3 GraphQL doesn't work after migrating Sleuth to Micrometer #33440
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
Comments
|
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged
label
Dec 2, 2022
Duplicates spring-projects/spring-graphql#547 |
bclozel
added
status: duplicate
A duplicate of another issue
for: external-project
For an external project and not something we can fix
and removed
status: waiting-for-triage
An issue we've not yet triaged
labels
Dec 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
What I'm suffering with
What I did
implementation("io.micrometer:micrometer-tracing")
andimplementation("io.micrometer:micrometer-tracing-bridge-brave")
. If I remove these, the error doesn't occur anymore.executionInput.getExtensions()
returns an empty map. Therefore.get(key)
wherekey = "traceparent"
returns null, andnull.toString()
results the error.io.micrometer:micrometer-core
andio.micrometer:context-propagation
didn't solve the problem.STATELESS
for the session policy, and allowed all dispatchers. (shouldFilterAllDispatcherTypes(false)
)I will attach the full stack trace in the following comment.
The text was updated successfully, but these errors were encountered: