Module exporters

Source
Expand description

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.