Replies: 2 comments 4 replies
-
Apollo tracing is designed to be added to the query response and not aggregated to Apollo Studio or Datadog.
I am currently looking at creating an extension to gqlgen (similar to Apollo tracing) to send Metrics to Apollo Studio. I believe Datadog also supports consuming the format for metrics for Apollo Studio so implementing an extension for Apollo Studio should cover Apollo Studio and Datadog. |
Beta Was this translation helpful? Give feedback.
-
If you want to play around with aggregating the Apollo tracing messages, the implementation for gqlgen Apollo Tracing is here https://github.com/99designs/gqlgen/blob/master/graphql/handler/apollotracing/tracer.go |
Beta Was this translation helpful? Give feedback.
-
Not really and issue, but hoping for some guidance.
I can see traces in GraphiQL perfectly, but would love to aggregate them in an external tool like Apollo Studio or Datadog.
Is there any plans to add support for that out of the box? Any guidance on how to achieve that currently?
Thanks all :)
Beta Was this translation helpful? Give feedback.
All reactions