https://github.com/vercel/opentelemetry-collector-dev-setup
https://github.com/vercel/opentelemetry-collector-dev-setup
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vercel/opentelemetry-collector-dev-setup
- Owner: vercel
- License: apache-2.0
- Created: 2023-03-08T15:24:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T04:42:26.000Z (over 2 years ago)
- Last Synced: 2025-01-15T00:24:25.156Z (over 1 year ago)
- Language: Shell
- Size: 103 KB
- Stars: 110
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OpenTelemetry Collector Demo
This repository contains very simple open telemetry setup. It was copied from [`open-telemetry/opentelemetry-collector-contrib`](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/examples/demo).
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:
```shell
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`.