lambdalisue/rs-metrics-process

Support `opentelemetry-rust` provider

Open

#60 opened on Oct 11, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (11 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (42 stars)
PR merge metrics
 (PR metrics pending)

Description

I'm not familiar with but it seems there is opentelemetry-rust crate that support OpenTelemetry and I'd like to support it so that user who don't use metrics but opentelemetry-rust can use this crate to get Promehteus style process metrics.

Maybe we should split the crate into core, metrics, and opentelemetry then enable by feature flags?

Contributor guide