#metrics-exporter #http #metrics #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

#42 in #metrics-exporter

Download history 580/week @ 2025-12-04 325/week @ 2025-12-11 251/week @ 2025-12-18 278/week @ 2025-12-25 749/week @ 2026-01-01 276/week @ 2026-01-08 301/week @ 2026-01-15 359/week @ 2026-01-22 317/week @ 2026-01-29 213/week @ 2026-02-05 336/week @ 2026-02-12 745/week @ 2026-02-19 411/week @ 2026-02-26 1320/week @ 2026-03-05 348/week @ 2026-03-12 305/week @ 2026-03-19

2,495 downloads per month
Used in 2 crates

MIT license

19KB
236 lines

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.


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.

Dependencies

~16MB
~199K SLoC