Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhildred/node-otel
node tracing and metrics to signoz example
https://github.com/rhildred/node-otel
Last synced: 12 days ago
JSON representation
node tracing and metrics to signoz example
- Host: GitHub
- URL: https://github.com/rhildred/node-otel
- Owner: rhildred
- License: mit
- Created: 2024-10-22T20:19:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T21:02:43.000Z (about 1 month ago)
- Last Synced: 2024-12-04T09:32:31.703Z (about 1 month ago)
- Language: Go
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# signoz
signoz demo with docker-compose```bash
pip install -r requirements.txt
ansible-playbook playbook.yml
```This is based on [https://signoz.io/opentelemetry/nodejs/](https://signoz.io/opentelemetry/nodejs/). I also tried [logging](https://www.npmjs.com/package/@opentelemetry/exporter-logs-otlp-http). `logging.js` completed, but there were no logs in signoz. I feel like `sdk.start()` would help.