Monitoring: the fork's acceptance suite (MON-1 to MON-31)

system::monitoring::monitoring_tests covers the defaults, metric
sampling, the Prometheus gauges, trace history over SMTP and LMTP
(probe sessions skipped, no raw I/O), trace destroy, indexTelemetry off,
live metrics and live tracing with their tokens and stream limit,
alerts by event and by email, and tenant admins refused. Also removes a
leftover enterprise-only attribute on the Prometheus counters loop,
which would have dropped counters from an enterprise-feature build.
This commit is contained in:
2026-09-19 08:43:45 -07:00
parent 49e3733428
commit 2edb552b6b
3 changed files with 441 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ pub mod crypto;
pub mod delivery;
pub mod directory;
pub mod masked_email;
pub mod monitoring;
pub mod oidc;
pub mod purge;
pub mod quota;