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

don't mute connection when listener is absent #8

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

Commits on Jun 8, 2016

  1. Remove "quick listener check" and don't mute connection

    Commit removes "quick listener check" which mutes connection and returns error
    when listener isn't available at the time of inicialization.
    It seems as this there is no need to scrap connection, because when remote
    endpoint comes around later, metrics will be received by that endpoint just
    fine.
    
    Fixes alexcesaro#6
    zstyblik committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    b9482be View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. fix tests for expected behavior

    * non-listening ports should not cause statsd client to mute
    Christian Blades committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    0da27f5 View commit details
    Browse the repository at this point in the history