Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Is there a way to use graphql-spring-boot and send graphql metrics to Apollo Studio? #773

Answered by setchy
IvanNikolaychuk asked this question in Q&A
Discussion options

You must be logged in to vote

You will need to use Apollo's federation-jvm library to achieve to this.

Ref to the section under Federated Tracing for more documentation.

A sample/example impl can be found in that repo also. Specially you'll need to add this Bean

https://github.com/apollographql/federation-jvm/blob/1fba70d11497e2973c9e25fdd6a08159ff7099f5/spring-example/src/main/java/com/apollographql/federation/springexample/graphqljavatools/AppConfiguration.java#L43

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@IvanNikolaychuk
Comment options

Answer selected by setchy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants