Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrasu/opentelemetry-big-demo
https://github.com/mrasu/opentelemetry-big-demo
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrasu/opentelemetry-big-demo
- Owner: mrasu
- Created: 2024-08-01T15:11:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T14:32:29.000Z (5 months ago)
- Last Synced: 2024-10-18T10:27:52.898Z (3 months ago)
- Language: Makefile
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenTelemetry Big Demo
Compare OpenTelemetry tools here
# How it works
![how it works](./docs/image/how-it-works.png)
# How to use
```shell
git clone --recursive [email protected]:mrasu/opentelemetry-big-demo.git
cd opentelemetry-big-demomake start-all
```Then, you can use any tools
When you want to run a specific tool, you can use `make start-xxx`, e.g. `make start-signoz`
# UsableTools
- [x] [SigNoz](https://signoz.io/) at http://localhost:10001 (need to create an account first)
- [x] [OpenObserve](https://openobserve.ai/) at http://localhost:10002 ([email protected], password=root)
- [x] [Grafana stack](https://grafana.com/) at http://localhost:1003
- [x] [Tracetest](https://tracetest.io/) at http://localhost:1004
- [ ] and more...