Files
kumomta/docs
Wez Furlong f0c2b490f4 metrics: fix prefix not being applied to metrics with multiple labels
we were producing output like this when `prefix=kumomta_`:

```
 # HELP kumomta_total_readyq_runs total number of times a readyq maintainer was run
 # TYPE kumomta_total_readyq_runs counter
 kumomta_total_readyq_runs 17
 # HELP kumomta_connection_count number of active connections
 # TYPE kumomta_connection_count gauge
 connection_count{service="smtp_client"} 0
 connection_count{service="esmtp_listener"} 0
 connection_count{service="lua"} 0
```

Those `connection_count` lines should be `kumomta_connection_count`.
2025-11-27 05:00:13 +00:00
..
2025-11-26 16:46:25 +00:00
2025-05-01 10:09:01 -07:00
2025-11-25 13:16:20 +00:00
2025-02-20 13:04:57 +00:00
2025-02-20 16:00:16 -07:00