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() -