Skip to content

Commit

Permalink
Merge pull request #27 from acjay/patch-1
Browse files Browse the repository at this point in the history
fix StatsDClient.decrement
  • Loading branch information
gphat committed Apr 17, 2018
2 parents 2af76b8 + 6a914e8 commit cf7c268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/github/gphat/censorinus/StatsDClient.scala
Expand Up @@ -54,7 +54,7 @@ class StatsDClient(
*/
def decrement(
name: String,
value: Double = 1,
value: Double = -1,
sampleRate: Double = defaultSampleRate,
bypassSampler: Boolean = false
): Unit = enqueue(
Expand Down

0 comments on commit cf7c268

Please sign in to comment.