[][src]Module metrics_runtime::exporters

Commonly used exporters.

Exporters define where metric output goes: standard output, HTTP, etc.

Structs

HttpExporter

Exports metrics over HTTP.

LogExporter

Exports metrics by converting them to a textual representation and logging them.