[][src]Module metrics::exporters

Commonly used exporters.

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

Structs

LogExporter

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