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
1,795 downloads per month
Used in 2 crates
19KB
236 lines
metrics-exporter-http
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