opentelemetry-instrumentation-process

Crates.ioopentelemetry-instrumentation-process
lib.rsopentelemetry-instrumentation-process
version0.1.2
created_at2025-12-10 15:15:15.754266+00
updated_at2025-12-10 15:44:25.688277+00
descriptionOpenTelemetry instrumentation for process metrics
homepagehttps://github.com/sandhose/opentelemetry-instrumentation-process
repositoryhttps://github.com/sandhose/opentelemetry-instrumentation-process
max_upload_size
id1978236
size30,776
Quentin Gliech (sandhose)

documentation

README

OpenTelemetry process instrumentation

A process instrumentation for the opentelemetry Rust crate that captures key metrics about the running process, such as CPU and memory usage.

Crates.io Documentation Apache 2.0 License

Installation

Add this to your Cargo.toml:

[dependencies]
opentelemetry-instrumentation-process = "0.1.0"

Usage

opentelmetry_instrumentation_process::init().unwrap();

OS support

This library only supports Linux for now. It is a no-op on other operating systems.

Commit count: 0

cargo fmt