#metrics-exporter #metrics #exporter #http #metrics-core

metrics-exporter-http

A metrics-core compatible exporter for serving metrics over HTTP

4 releases (2 breaking)

0.3.0 Jan 22, 2020
0.2.0 Jul 30, 2019
0.1.2 Jun 11, 2019
0.1.0 May 6, 2019

#30 in #metrics-exporter

Download history 1137/week @ 2023-11-30 831/week @ 2023-12-07 799/week @ 2023-12-14 2146/week @ 2023-12-21 523/week @ 2023-12-28 558/week @ 2024-01-04 750/week @ 2024-01-11 907/week @ 2024-01-18 899/week @ 2024-01-25 843/week @ 2024-02-01 796/week @ 2024-02-08 849/week @ 2024-02-15 397/week @ 2024-02-22 552/week @ 2024-02-29 573/week @ 2024-03-07 241/week @ 2024-03-14

1,853 downloads per month
Used in 2 crates

MIT license

19KB
236 lines

metrics-exporter-http

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

metrics-exporter-http is a metrics-core compatible exporter for serving metrics over HTTP.

code of conduct

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


lib.rs:

Exports metrics over HTTP.

This exporter can utilize observers that are able to be converted to a textual representation via Drain<String>. It will respond to any requests, regardless of the method or path.

Awaiting on async_run will drive an HTTP server listening on the configured address.

Dependencies

~9MB
~155K SLoC