metriki
metriki copied to clipboard
Rust metrics ported from dropwizard metrics
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. Release notes Sourced from hyper's releases. v1.3.1 Bug Fixes client: revert auto content-length header for some requests (#3633) Changelog Sourced...
Updates the requirements on [hostname](https://github.com/svartalf/hostname) to permit the latest version. Changelog Sourced from hostname's changelog. [0.4.0] - 2024-04-01 Added CI setup now covers almost all supported Tier 1 and Tier...
Provide instrument for connection pool of [sqlx](https://github.com/launchbadge/sqlx)
Adding code example to demonstrate usage of our Prometheus exporter.
Add a built-in instrumentation for system metrics, including: - CPU user/sys/idle - Memory - Configurable network in/out - Disk in/out
- Data model: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#metrics-data-model-and-sdk
The concept of Level is widely adopted in logging frameworks. I recently noticed tracing libraries have levels for spans, too. The level concept is also helpful to the metrics system....