From 1fb56bae708fab107f48e31a53757e3c16978f3a Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 5 Jan 2026 22:07:52 -0300 Subject: [PATCH] monitoring: restart postmark exporter --- services/monitoring/postmark-exporter-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/monitoring/postmark-exporter-deployment.yaml b/services/monitoring/postmark-exporter-deployment.yaml index 80b18ec..adadc4b 100644 --- a/services/monitoring/postmark-exporter-deployment.yaml +++ b/services/monitoring/postmark-exporter-deployment.yaml @@ -16,6 +16,7 @@ spec: prometheus.io/scrape: "true" prometheus.io/port: "8000" prometheus.io/path: "/metrics" + bstein.dev/restarted-at: "2026-01-06T00:00:00Z" spec: containers: - name: exporter @@ -60,4 +61,3 @@ spec: - name: script configMap: name: postmark-exporter-script -