berachain / beacon-kit

A modular framework for building EVM consensus clients ⛵️✨
https://berachain.com
Other
174 stars 135 forks source link

Add support for tracing in existing telemetry sink #1849

Open calbera opened 3 months ago

calbera commented 3 months ago

Use open-telemetry for data collection (https://github.com/open-telemetry/opentelemetry-go/blob/main/example/passthrough/handler/handler.go)

Will be helpful to use across these areas and more:

calbera commented 3 months ago

Also update telemetry sink to use arbitrary telemetry lib (something like https://github.com/berachain/offchain-sdk/tree/main/telemetry)