Crate metrics_exporter_http

Source
Expand description

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.

Structsยง

HttpExporter
Exports metrics over HTTP.