Crates.io | metricator |
lib.rs | metricator |
version | 0.0.6 |
source | src |
created_at | 2024-09-29 20:54:40.764554 |
updated_at | 2024-10-11 16:42:12.309839 |
description | Metrics |
homepage | |
repository | https://github.com/piot/metricator |
max_upload_size | |
id | 1391139 |
size | 12,707 |
Metricator is a lightweight Rust library designed to help you track and analyze metrics effortlessly. It provides two main utilities:
Whether you're monitoring system performance, tracking user interactions, or analyzing data streams, Metricator offers a simple and efficient way to gather and process essential metrics.
RateMetric:
AggregateMetric:
i32
, u32
, f32
, etc.).Efficient and Lightweight: Minimal overhead, suitable for performance-critical applications.
Add metricator
to your Cargo.toml
:
[dependencies]
metricator = "^0.0.1"