fix: Pass hostname from grafana, not instance for limit

This commit is contained in:
2026-04-09 07:06:02 -04:00
parent c7577ca2cb
commit 6d40598441

View File

@@ -20,7 +20,7 @@
name: Demo - Clean Log Directory
organization: OYS
job_args:
limit: "{{ event.labels.instance }}"
limit: "{{ event.labels.hostname }}"
extra_vars:
alertmanager_annotations: "{{ event.annotations }}"
alertmanager_generator_url: "{{ event.generatorURL }}"