Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Make the prometheus exporter use the cli fallback parsing
Since Slurm changed the output of its json format between versions, the exporter breaks while trying to parse the new format. The `-slurm.cli-fallback` option allows the exporter to pass a custom output format through the `--format` option, which should be more resilient against breaking changes.
- Loading branch information