Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional metrics prefix #3

Merged
merged 2 commits into from
Aug 14, 2024
Merged

Add optional metrics prefix #3

merged 2 commits into from
Aug 14, 2024

Commits on Aug 14, 2024

  1. Fix multiline strings

    The multiline strings in `defaults/main.yml` were incorrectly formatted,
    which was causing them to contain literal `"` characters and to have
    erroneous `\n` characters appended to the end of them.
    
    This has been fixed by removing the quote characters and switching to
    the `>-` block specifier which prevents the addition of a final newline.
    sdclarke committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6083312 View commit details
    Browse the repository at this point in the history
  2. Add optional metrics prefix variable

    If the variable `casd_metrics_prefix` is set, the `--metrics-prefix`
    argument will be added to the command with that value
    sdclarke committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    03f5182 View commit details
    Browse the repository at this point in the history