From c71da075c8b14d00829159274c241a048914343c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Juli=C3=A1n=20Espina?= Date: Wed, 3 Jul 2024 13:02:54 -0600 Subject: [PATCH] chore: enable diag collection for the prometheus exporter --- snap/snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c0d71d7..9e7e856 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -79,7 +79,8 @@ apps: install-mode: disable after: [munged] slurm-prometheus-exporter: - command: bin/prometheus-slurm-exporter -slurm.cli-fallback + # yamllint disable-line rule:line-length + command: bin/prometheus-slurm-exporter -slurm.cli-fallback -slurm.collect-diags daemon: simple install-mode: disable after: [munged]