metriki icon indicating copy to clipboard operation
metriki copied to clipboard

Rust metrics ported from dropwizard metrics

Results 14 metriki issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

Provide instrument for connection pool of [sqlx](https://github.com/launchbadge/sqlx)

Instruments

Adding code example to demonstrate usage of our Prometheus exporter.

documentation
help wanted
Reporter/Exporter

Add a built-in instrumentation for system metrics, including: - CPU user/sys/idle - Memory - Configurable network in/out - Disk in/out

Instruments

bb8 is a non-blocking connection pool for tokio environment.

Instruments

- Data model: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#metrics-data-model-and-sdk

Reporter/Exporter

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....

enhancement