Crates.io | metrique-service-metrics |
lib.rs | metrique-service-metrics |
version | 0.1.5 |
created_at | 2025-08-12 21:03:53.114826+00 |
updated_at | 2025-08-25 14:02:41.725891+00 |
description | Library for working with unit of work metrics - writer-side interface |
homepage | |
repository | https://github.com/awslabs/metrique |
max_upload_size | |
id | 1792896 |
size | 32,728 |
This package defines a ServiceMetrics
global entry sink, that can be used by different parts of an application to share metrics.
This is a separate crate just to allow different major versions of metrique
to share a global metrics sink. Most users should use it via the path metrique::ServiceMetrics
instead of metrique_service_metrics::ServiceMetrics
.