tree: 35fceba1bcec211f127d023f73333067b51d3664 [path history] [tgz]
  1. .env
  2. docker-compose.yaml
  3. otel-collector-config-demo.yaml
  4. prometheus.yaml
  5. README.md
opentelemetry-java/examples/otlp/docker/README.md

OpenTelemetry Collector Demo

IMPORTANT: This uses a pre-released version of the OpenTelemetry Collector.

This demo uses docker-compose and by default runs against the otel/opentelemetry-collector-dev:latest image. To run the demo, switch to this directory and run:

docker-compose up -d

The demo exposes the following backends:

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 from this directory.