Docs.rs
metrics-runtime-0.13.1
metrics-runtime 0.13.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tobz
Dependencies
arc-swap ^0.4
normal
atomic-shim ^0.1.0
normal
crossbeam-utils ^0.7
normal
im ^15
normal
metrics ^0.12
normal
metrics-core ^0.5
normal
metrics-exporter-http ^0.3
normal
optional
metrics-exporter-log ^0.4
normal
optional
metrics-observer-json ^0.1
normal
optional
metrics-observer-prometheus ^0.1
normal
optional
metrics-observer-yaml ^0.1
normal
optional
metrics-util ^0.3
normal
parking_lot ^0.10
normal
quanta ^0.3
normal
criterion ^0.3
dev
env_logger ^0.7
dev
getopts ^0.2
dev
hdrhistogram ^7.1
dev
lazy_static ^1.3
dev
log ^0.4
dev
tokio ^0.2
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
metrics_
runtime
0.13.1
Module data
Module Items
Structs
In crate metrics_
runtime
metrics_runtime
Module
data
Copy item path
Source
Expand description
Core data types for metrics.
Structs
ยง
Atomic
Windowed
Histogram
An atomic windowed histogram.
Counter
A reference to a
Counter
.
Gauge
A reference to a
Gauge
.
Histogram
A reference to a
Histogram
.
Snapshot
A collection of point-in-time metric measurements.