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

Make sure that the process can be started in the errored state #94

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 24, 2024

  1. Make sure that TelemetryMetricsStatsD can be started if host can't be…

    … resolved
    
    If the StatsD collector is not up for some reason and the application can't resolve
    the name by calling `:inet.gethostbyname(host)` then it prevents the entire application from starting.
    
    This commit makes sure that the TelemetryMetricsStatsD can be started in the errored state
    and depending on the `host_resolution_interval` it can be recovered or not.
    
    If `host_resolution_interval` isn't passed, then TelemetryMetricsStatsD will not try to resolve the host again.
    However, when it is passed, it can try to recover it in `host_resolution_interval` milliseconds.
    mrcnkoba committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a7fb8d1 View commit details
    Browse the repository at this point in the history
  2. setting

    mrcnkoba committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5c0e4aa View commit details
    Browse the repository at this point in the history