-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: WhoopInc/dogstatsde
base: 0.0.7
head repository: WhoopInc/dogstatsde
compare: master
- 11 commits
- 24 files changed
- 4 contributors
Commits on May 12, 2016
-
Nathaniel Waisbrot committed
May 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 5aebe1c - Browse repository at this point
Copy the full SHA 5aebe1cView commit details -
Nathaniel Waisbrot committed
May 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 892be35 - Browse repository at this point
Copy the full SHA 892be35View commit details
Commits on May 23, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for be54183 - Browse repository at this point
Copy the full SHA be54183View commit details
Commits on Aug 15, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 76e4592 - Browse repository at this point
Copy the full SHA 76e4592View commit details
Commits on Aug 23, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for 7cc31d9 - Browse repository at this point
Copy the full SHA 7cc31d9View commit details
Commits on Aug 24, 2016
-
fix missing mix.exs in release (#20)
* skip installing elixir on a publish-build * include mix.exs file
Configuration menu - View commit details
-
Copy full SHA for db6ce63 - Browse repository at this point
Copy the full SHA db6ce63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b9d338 - Browse repository at this point
Copy the full SHA 2b9d338View commit details
Commits on Nov 21, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8fd1755 - Browse repository at this point
Copy the full SHA 8fd1755View commit details
Commits on Jan 13, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1d83ac6 - Browse repository at this point
Copy the full SHA 1d83ac6View commit details -
Fixing a stupid bug from my previous PR
Added unit tests to make sure it won't happen again... Sorry!
Configuration menu - View commit details
-
Copy full SHA for c39a879 - Browse repository at this point
Copy the full SHA c39a879View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4989bde - Browse repository at this point
Copy the full SHA 4989bdeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.0.7...master