fix: grafana alert label template

This commit is contained in:
Noah Masur 2024-06-29 13:51:54 +00:00
parent 0198469b83
commit 892dfbbee4
No known key found for this signature in database

View File

@ -2418,7 +2418,7 @@ in
execErrState = "Error"; execErrState = "Error";
for = "5m"; for = "5m";
annotations = { annotations = {
description = "Cloudflare Tunnel for {{ $job }}."; description = "Cloudflare Tunnel for {{ index $labels \"job\" }}.";
summary = "Cloudflare Tunnel is down."; summary = "Cloudflare Tunnel is down.";
}; };
isPaused = false; isPaused = false;