#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

#31 in #metrics-exporter

Download history 309/week @ 2024-04-03 821/week @ 2024-04-10 308/week @ 2024-04-17 418/week @ 2024-04-24 315/week @ 2024-05-01 211/week @ 2024-05-08 123/week @ 2024-05-15 167/week @ 2024-05-22 371/week @ 2024-05-29 406/week @ 2024-06-05 290/week @ 2024-06-12 493/week @ 2024-06-19 401/week @ 2024-06-26 278/week @ 2024-07-03 575/week @ 2024-07-10 518/week @ 2024-07-17

1,795 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
~157K SLoC