Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivsonv/open-telemetry
Create and collect telemetry data from your services and software, then forward them to a variety of analysis tools.
https://github.com/ivsonv/open-telemetry
cloudnative go nodejs opentelemetry zipkin
Last synced: 3 months ago
JSON representation
Create and collect telemetry data from your services and software, then forward them to a variety of analysis tools.
- Host: GitHub
- URL: https://github.com/ivsonv/open-telemetry
- Owner: ivsonv
- Created: 2024-06-24T23:35:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T00:01:44.000Z (6 months ago)
- Last Synced: 2024-09-27T06:43:05.378Z (3 months ago)
- Topics: cloudnative, go, nodejs, opentelemetry, zipkin
- Language: Go
- Homepage: https://opentelemetry.io
- Size: 8.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OPEN TELEMETRY & zipkin
- High-quality, ubiquitous, and portable telemetry to enable effective observability,
- Traces, Metrics, Logs, Create and collect telemetry data from your services and software, then forward them to a variety of analysis tools.
- https://opentelemetry.io### Setup
start application go
- http://localhost:8888```sh
cd goapp
docker compose up
go run main.go
```start application in node.js
- http://localhost:3000```sh
cd nodejs
npm i
node course.js
```### Exports
- all scope of providershttps://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter
![image](https://github.com/ivsonv/open-telemetry/assets/63156114/480ce0ae-4854-43bd-9a87-181c7fa4898f)## zipkin
- All requisitions in `application go`![image](https://github.com/ivsonv/open-telemetry/assets/63156114/00faa17f-ea02-411b-83ca-616fc4322a8f)
- Full flow involving `distributed` `tracing`
![image](https://github.com/ivsonv/open-telemetry/assets/63156114/e6fdde59-bfb2-4db7-aea0-a1ecb7c2d2f0)