| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This example is built as part of the client_java project.
./mvnw packageAssuming ./examples/example-exporter-opentelemetry/target/example-exporter-opentelemetry.jar is present, run the demo with:
cd ./examples/example-exporter-opentelemetry/
docker-compose upThis will set up the following scenario:
flowchart LR
A[example app] -->|OTLP|B[OpenTelemetry collector] -->|Prometheus remote write|C[Prometheus server]
The OpenTelemetry collector is configured to log incoming metrics to the console. The Prometheus server is running on http://localhost:9090.
| Back | FazBrowse Home | New Git URL |