This project demonstrates an approach to integrating OpenTelemetry with a GraphQL API powered by Apollo Federation.
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.
- Opentelemetry Federation Integration by @mandiwise
Background reading and related links: