monitoring: improve summary

This commit is contained in:
xinyangli 2025-02-05 12:55:57 +08:00
parent 1462c96284
commit 0c29d4c6fc
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
2 changed files with 5 additions and 8 deletions

View file

@ -158,7 +158,7 @@ in
severity = "critical";
};
annotations = {
summary = "Job {{ $labels.job }} down for 1m.";
summary = "Instance {{ $labels.instance }} of {{ $labels.job }} is down.";
};
}
];