[][src]Crate metrics_exporter_http_async_std

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.