| Crates.io | opentelemetry-instrumentation-process |
| lib.rs | opentelemetry-instrumentation-process |
| version | 0.1.2 |
| created_at | 2025-12-10 15:15:15.754266+00 |
| updated_at | 2025-12-10 15:44:25.688277+00 |
| description | OpenTelemetry instrumentation for process metrics |
| homepage | https://github.com/sandhose/opentelemetry-instrumentation-process |
| repository | https://github.com/sandhose/opentelemetry-instrumentation-process |
| max_upload_size | |
| id | 1978236 |
| size | 30,776 |
A process instrumentation for the opentelemetry Rust crate that captures key metrics about the running process, such as CPU and memory usage.
Add this to your Cargo.toml:
[dependencies]
opentelemetry-instrumentation-process = "0.1.0"
opentelmetry_instrumentation_process::init().unwrap();
This library only supports Linux for now. It is a no-op on other operating systems.