Skip to content

Config Reporter

Jeroen Simonetti edited this page Jun 6, 2026 · 4 revisions

reporter — Configuration Reference

Auto-generated from reporter/config.py. See Reporter for the guide.

ReporterReportingSection

Reporting-specific paths and retention settings for the reporter daemon.

This section points the reporter to the dump directory shared with mimirheim and to the directory where HTML reports are written.

Field Type Default Description
dump_dir Path (required) Shared dump directory (read by reporter).
output_dir Path (required) Directory to write HTML reports into.
max_reports int 100 Maximum retained HTML reports. 0 = unlimited.
notify_topic `str None` None

ReporterConfig

Root configuration model for the mimirheim-reporter daemon.

Field Type Default Description
mqtt MqttConfig (required) MQTT broker connection parameters.
mimir_topic_prefix str 'mimir' mimirheim mqtt.topic_prefix. Used to derive the default notify_topic.
reporting ReporterReportingSection (required) Reporting paths and retention settings.

Clone this wiki locally