Skip to content

Commit

Permalink
chore: enable diag collection for the prometheus exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Jul 3, 2024
1 parent 536f51e commit a39a30c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ apps:
install-mode: disable
after: [munged]
slurm-prometheus-exporter:
command: bin/prometheus-slurm-exporter -slurm.cli-fallback
# We could also use a wrapper, but it seems overkill
# just to add some newlines.
# yamllint disable-line rule:line-length
command: bin/prometheus-slurm-exporter -slurm.cli-fallback -slurm.collect-diags
daemon: simple
install-mode: disable
after: [munged]
Expand Down

0 comments on commit a39a30c

Please sign in to comment.