Crates.io | telemetry |
lib.rs | telemetry |
version | 0.1.3 |
source | src |
created_at | 2015-10-14 08:19:04.416033 |
updated_at | 2021-03-29 08:46:47.943873 |
description | Telemetry is a mechanism used to capture metrics in an application, to later store the data locally or upload it to a server for statistical analysis. |
homepage | |
repository | https://github.com/Yoric/telemetry.rs |
max_upload_size | |
id | 3218 |
size | 84,458 |
Telemetry is a mechanism used to capture metrics in an application, to later store the data locally or upload it to a server for statistical analysis.
Examples of usage:
The main abstraction used by this library is the Histogram. Each Histogram serves to capture a specific measurement. Measurements can then be exported, so that applications can save them to disk or upload them to a server. Several types of Histograms are provided, suited to distinct kinds of measures.
API documentation may be found here.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.