Skip to content

Commit 07514e2

Browse files
committed
add supported metric types to README.md
1 parent a0d20bb commit 07514e2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,20 @@ Build brubeck by typing:
4343
Other operating systems or kernels can probably build Brubeck too. More specifically,
4444
Brubeck has been seen to work under FreeBSD and OpenBSD, but this is not supported.
4545

46+
## Supported Metric Types
47+
48+
Brubeck supports most of the metric types from statsd and many other implementations.
49+
50+
- `g` - Gauges
51+
- `c` - Meters
52+
- `C` - Counters
53+
- `h` - Histograms
54+
- `ms` - Timers (in milliseconds)
55+
56+
Client-sent sampling rates are ignored.
57+
58+
Visit the [statsd docs](https://github.com/etsy/statsd/blob/master/docs/metric_types.md) for more information on metric types.
59+
4660
## Interfacing
4761

4862
The are several ways to interact with a running Brubeck daemon.

0 commit comments

Comments
 (0)