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

metrics: add option metrics.addr for ipv6 support #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 9, 2024

  1. metrics: add option metrics.addr for ipv6 support

    `prometheus_client` supports IPv6 addresses for a while now[1]. This
    isn't used here however because the default 0.0.0.0 is used. Added an
    option `metrics.addr` that makes this configurable.
    
    [1] prometheus/client_python@39d2360
    Ma27 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    40c84a9 View commit details
    Browse the repository at this point in the history