Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alexcesaro/statsd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: caffeinetv/statsd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on May 17, 2019

  1. Add .gitignore

    Signed-off-by: Sam Myers <sam.myers@conduit.vc>
    sam-myers committed May 17, 2019
    Configuration menu
    Copy the full SHA
    f20082b View commit details
    Browse the repository at this point in the history
  2. Add SignalFX tagging support

    Signed-off-by: Sam Myers <sam.myers@conduit.vc>
    sam-myers committed May 17, 2019
    Configuration menu
    Copy the full SHA
    184d4d1 View commit details
    Browse the repository at this point in the history
  3. Update TravisCI Go versions

    Signed-off-by: Sam Myers <sam.myers@conduit.vc>
    sam-myers committed May 17, 2019
    Configuration menu
    Copy the full SHA
    73d99e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Add 'distribution' metrics (#1)

    This is an extensions to the statsd client that is specific to Datadog and enables the gathering of 'Distribution' metrics.  More information about distribution metrics can be found here:
    
    https://docs.datadoghq.com/metrics/distributions/
    
    Since this is a non-standard datadog extension to statsd I looked at their 'official' implementation to determine the byte type used for distributions.  Found it here:
       https://github.com/DataDog/datadog-go/blob/master/statsd/format.go#L12
    mchughj authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    a99223c View commit details
    Browse the repository at this point in the history
Loading