From 12b579d951c4c1d909b2fde6a037efa965f15450 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 5 Jan 2026 22:06:24 -0300 Subject: [PATCH] monitoring: add Postmark today window --- scripts/monitoring_postmark_exporter.py | 2 +- services/monitoring/postmark-exporter-script.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/monitoring_postmark_exporter.py b/scripts/monitoring_postmark_exporter.py index dc0cac9..ecae9f3 100644 --- a/scripts/monitoring_postmark_exporter.py +++ b/scripts/monitoring_postmark_exporter.py @@ -16,6 +16,7 @@ class Window: WINDOWS = [ + Window("today", 0), Window("1d", 1), Window("7d", 7), ] @@ -117,4 +118,3 @@ def main() -> None: if __name__ == "__main__": main() - diff --git a/services/monitoring/postmark-exporter-script.yaml b/services/monitoring/postmark-exporter-script.yaml index 3d753fa..884d963 100644 --- a/services/monitoring/postmark-exporter-script.yaml +++ b/services/monitoring/postmark-exporter-script.yaml @@ -23,6 +23,7 @@ data: WINDOWS = [ + Window("today", 0), Window("1d", 1), Window("7d", 7), ] @@ -124,4 +125,3 @@ data: if __name__ == "__main__": main() -