Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srenatus/opa-otel-demo
https://github.com/srenatus/opa-otel-demo
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/srenatus/opa-otel-demo
- Owner: srenatus
- License: apache-2.0
- Created: 2021-12-10T12:24:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T13:47:52.000Z (about 3 years ago)
- Last Synced: 2024-11-05T22:45:30.849Z (about 2 months ago)
- Language: Open Policy Agent
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenTelemetry Collector Demo, adapted for OPA usage
*IMPORTANT:* This is a pre-released version of the OpenTelemetry Collector Contrib.
This demo presents the typical flow of observability data with multiple
OpenTelemetry Collectors deployed:- The OTel Collector then sends the data to the appropriate backend, in this demo
Jaeger, Zipkin, and Prometheus;This demo uses `docker-compose` and by default runs against the
`otel/opentelemetry-collector-contrib-dev:latest` image. To run the demo, switch
to the `examples/demo` folder and run:```shell
docker-compose up -d
```The demo exposes 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:9090Notes:
- 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
the `examples/demo` folder.