#metrics-exporter #metrics #exporter #log #logging #log-level #metrics-core

metrics-exporter-log

A metrics-core compatible exporter for forwarding metrics to logs

5 releases (3 breaking)

0.4.0 Jan 22, 2020
0.3.0 Jul 30, 2019
0.2.1 Jun 11, 2019
0.2.0 May 1, 2019
0.1.0 Apr 24, 2019

#31 in #metrics-exporter

Download history 1212/week @ 2023-12-01 904/week @ 2023-12-08 668/week @ 2023-12-15 2265/week @ 2023-12-22 482/week @ 2023-12-29 563/week @ 2024-01-05 763/week @ 2024-01-12 901/week @ 2024-01-19 869/week @ 2024-01-26 854/week @ 2024-02-02 767/week @ 2024-02-09 832/week @ 2024-02-16 467/week @ 2024-02-23 551/week @ 2024-03-01 570/week @ 2024-03-08 404/week @ 2024-03-15

2,029 downloads per month
Used in 2 crates

MIT license

19KB
238 lines

metrics-exporter-log

conduct-badge downloads-badge release-badge docs-badge license-badge

metrics-exporter-log is a metrics-core compatible exporter for forwarding metrics to logs.

code of conduct

NOTE: All conversations and contributions to this project shall adhere to the Code of Conduct.


lib.rs:

Exports metrics via the log crate.

This exporter can utilize observers that are able to be converted to a textual representation via Drain<String>. It will emit that output by logging via the log crate at the specified level.

Run Modes

  • Using run will block the current thread, capturing a snapshot and logging it based on the configured interval.
  • Using async_run will return a future that can be awaited on, mimicing the behavior of run.

Dependencies

~3.5MB
~50K SLoC