opentelemetry-collector-dev-setup icon indicating copy to clipboard operation
opentelemetry-collector-dev-setup copied to clipboard

OpenTelemetry Collector Demo

This repository contains very simple open telemetry setup. It was copied from open-telemetry/opentelemetry-collector-contrib.

We modified it for you so it can be use for developing your Next.js application without any changes. Just run the following command in your command line to run all services provided here:

docker-compose up -d

That will expose the following backends:

  • Jaeger at http://0.0.0.0:16686
  • Zipkin at http://0.0.0.0:9411
  • Prometheus at http://0.0.0.0:9090

Notes:

  • It may take some time for the application metrics to appear on the Prometheus dashboard;

To clean up any docker container from the demo run docker-compose down.