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

feat: inputs/powerdns: Add underscore option #10021

Closed
wants to merge 2 commits into from

Commits on Oct 29, 2021

  1. feat: inputs/powerdns: Add underscore option

    When telegraf's metrics are eventually polled via PromQL,
    dash in metric names are not supported.
    
    Allow dash to be converted to underscore.
    
    Signed-off-by: Josef Johansson <josef@oderland.se>
    isodude authored and Josef Johansson committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    141e15e View commit details
    Browse the repository at this point in the history
  2. feat: inputs/powerdns_recursor: Add underscore option

    When telegraf's metrics are eventually polled via PromQL,
    dash in metric names are not supported.
    
    Allow dash to be converted to underscore.
    
    Signed-off-by: Josef Johansson <josef@oderland.se>
    Josef Johansson committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    56469bb View commit details
    Browse the repository at this point in the history