Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
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: WhoopInc/dogstatsde
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.7
Choose a base ref
...
head repository: WhoopInc/dogstatsde
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 24 files changed
  • 4 contributors

Commits on May 12, 2016

  1. small README improvement

    Nathaniel Waisbrot committed May 12, 2016
    Copy the full SHA
    5aebe1c View commit details
  2. set a proper app description

    Nathaniel Waisbrot committed May 12, 2016
    Copy the full SHA
    892be35 View commit details

Commits on May 23, 2016

  1. Provide friendly Elixir interface (#15)

    * Provide friendly Elixir interface
    
    * specify otp_release so travis won't get confused
    
    * specify elixir version, improve conditionals in build scripts
    
    * look at ELIXIR_VSN
    
    * more elixir attempts
    
    * more elixir attempts
    
    * Revert "more elixir attempts"
    
    This reverts commit a010567.
    
    * try elixir 1.2.0
    
    * what elixir is available?
    
    * kiex use
    
    * source kiex script
    
    * use a custom kiex with github header
    waisbrot committed May 23, 2016
    Copy the full SHA
    be54183 View commit details

Commits on Aug 15, 2016

  1. Attempt to work around GitHub API limits (#18)

    Kiex fails on Travis because of API limits. I can make it work for
    me by supplying my personal token. Since this is a secret variable,
    Travis won't use it for PRs, so #17 failed.
    waisbrot authored Aug 15, 2016
    Copy the full SHA
    76e4592 View commit details

Commits on Aug 23, 2016

  1. Various version-related updates (#19)

    * Update worker_pool deps
    
    * update worker_pool in rebar.config
    
    * use a function to set the version number in the mixfile
    
    * add a little Hex badge
    
    * some documentation-related work in progress
    
    * remove some doc work that's too soon
    
    * don't explicitly mention a version number
    
    * fixup
    
    * fixup: fallback to unsorted tags
    
    * Elixir to 1.3
    
    * allow mix to install rebar3
    waisbrot authored Aug 23, 2016
    Copy the full SHA
    7cc31d9 View commit details

Commits on Aug 24, 2016

  1. fix missing mix.exs in release (#20)

    * skip installing elixir on a publish-build
    
    * include mix.exs file
    waisbrot authored Aug 24, 2016
    Copy the full SHA
    db6ce63 View commit details
  2. Copy the full SHA
    2b9d338 View commit details

Commits on Nov 21, 2016

  1. Remove Mixfile from the main project, replace with example Elixir pro…

    …ject (#22)
    
    A dual-language build doesn't seem to be working for me, so this
    uses only Erlang for the library and creates an example Elixir
    project to verify that functionality.
    waisbrot authored Nov 21, 2016
    Copy the full SHA
    8fd1755 View commit details

Commits on Jan 13, 2017

  1. Making it possible to push metrics in chunks rather than one at a time

    When using `dogstatde` to push a _lot_ of custom Datadog metrics, we've
    observed that the overhead of checking workers out & back in of the
    `dogstatsd_worker` `wpool` can become a performance bottleneck.
    
    This patch makes it possible to submit several metrics of the same type
    at one time, hence allowing for a single worker check-out/in cycle to submit
    them all, for example:
    ```
    dogstatsd:gauge([{"users", UserTypeCount, #{ user_type => UserType }}
                     || {UserTypeCount, UserType} <- UserCounts]).
    ```
    
    We've deployed that in production, and found a noticeable difference in our
    use case.
    
    This patch should be entirely backward-compatible.
    
    Updated tests, and added a few more.
    wk8 authored and JoshRagem committed Jan 13, 2017
    Copy the full SHA
    1d83ac6 View commit details
  2. Fixing a stupid bug from my previous PR

    Added unit tests to make sure it won't happen again... Sorry!
    wk8 authored and JoshRagem committed Jan 13, 2017
    Copy the full SHA
    c39a879 View commit details

Commits on Mar 26, 2024

  1. Update README.md (#34)

    BobbyJohansen authored Mar 26, 2024
    Copy the full SHA
    4989bde View commit details
Loading