From f8798fa179fdbd185dc9c6995939a6cbf20f4498 Mon Sep 17 00:00:00 2001 From: Mark Meyer Date: Fri, 18 May 2018 09:48:47 +0200 Subject: [PATCH] Update README.md regarding #40 Clearly state that sampling is supported. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bd6de5..acfcf22 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Brubeck supports most of the metric types from statsd and many other implementat - `h` - Histograms - `ms` - Timers (in milliseconds) -Client-sent sampling rates are ignored. +Client-sent sampling rates are supported. Visit the [statsd docs](https://github.com/etsy/statsd/blob/master/docs/metric_types.md) for more information on metric types.