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 name: Demo - Clean Log Directory
organization: OYS organization: OYS
job_args: job_args:
limit: "{{ event.labels.instance }}" limit: "{{ event.labels.hostname }}"
extra_vars: extra_vars:
alertmanager_annotations: "{{ event.annotations }}" alertmanager_annotations: "{{ event.annotations }}"
alertmanager_generator_url: "{{ event.generatorURL }}" alertmanager_generator_url: "{{ event.generatorURL }}"