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.
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage
init.unwrap;
OS support
This library only supports Linux for now. It is a no-op on other operating systems.