Skip to content
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

bug: operationName is ignored in WebFlux implementation #672

Closed
TrueDevProfile opened this issue Sep 29, 2021 · 1 comment
Closed

bug: operationName is ignored in WebFlux implementation #672

TrueDevProfile opened this issue Sep 29, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@TrueDevProfile
Copy link

I am using this framework with Spring WebFlux, and I have noticed that in Prometheus operationName is empty
image

Expected behavior

operationName should have name of query

Actual behavior

operationName is empty

I guess It is an empty string because of the following line
https://github.com/Netflix/dgs-framework/blob/master/graphql-dgs-spring-webflux-autoconfigure/src/main/kotlin/com/netflix/graphql/dgs/webflux/handlers/DgsWebfluxHttpHandler.kt#L56

@TrueDevProfile TrueDevProfile added the bug Something isn't working label Sep 29, 2021
@srinivasankavitha
Copy link
Contributor

Thanks for reporting, will look into fixing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants