opentelemetry-java/examples/otlp/docker
John Watson 1dbb9b4426
Add a ValueRecorder to the otlp example and properly start the IntervalMetricReader (#3143)
* Add a ValueRecorder to the otlp example and properly start the IntervalMetricReader
Also, fix a broken collector config for the latest dev version.

* formatting
2021-04-12 15:59:26 -07:00
..
.env Create a simple example of using the OTLP exporters (#1616) 2020-09-02 20:17:24 -07:00
README.md Create a simple example of using the OTLP exporters (#1616) 2020-09-02 20:17:24 -07:00
docker-compose.yaml Clean up the OTLP example (#2530) 2021-01-14 15:02:54 -08:00
otel-collector-config-demo.yaml Add a ValueRecorder to the otlp example and properly start the IntervalMetricReader (#3143) 2021-04-12 15:59:26 -07:00
prometheus.yaml Create a simple example of using the OTLP exporters (#1616) 2020-09-02 20:17:24 -07:00

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.