matrix-authentication-service/.gear/predownloaded-development/vendor/opentelemetry-instrumentation-process
2026-03-07 01:41:31 +03:00
..
.github/workflows added rust vendor 2026-03-07 01:41:31 +03:00
src added rust vendor 2026-03-07 01:41:31 +03:00
.cargo-checksum.json added rust vendor 2026-03-07 01:41:31 +03:00
.cargo_vcs_info.json added rust vendor 2026-03-07 01:41:31 +03:00
.rustfmt.toml added rust vendor 2026-03-07 01:41:31 +03:00
Cargo.lock added rust vendor 2026-03-07 01:41:31 +03:00
Cargo.toml added rust vendor 2026-03-07 01:41:31 +03:00
Cargo.toml.orig added rust vendor 2026-03-07 01:41:31 +03:00
CHANGELOG.md added rust vendor 2026-03-07 01:41:31 +03:00
LICENSE added rust vendor 2026-03-07 01:41:31 +03:00
README.md added rust vendor 2026-03-07 01:41:31 +03:00

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.