/otel-graphql

Primary LanguageJavaScript

OpenTelemetry Integration for Apollo Federation

This project demonstrates an approach to integrating OpenTelemetry with a GraphQL API powered by Apollo Federation.

Installation & Set-up

Run the following command to build the GraphQL and Zipkin containers:

docker-compose up

GraphQL Playground will be available at http://localhost:4000/graphql and the Zipkin UI will be available at http://localhost:9411/zipkin.

References

  • Opentelemetry Federation Integration by @mandiwise

Background reading and related links: