We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d20bb commit 07514e2Copy full SHA for 07514e2
README.md
@@ -43,6 +43,20 @@ Build brubeck by typing:
43
Other operating systems or kernels can probably build Brubeck too. More specifically,
44
Brubeck has been seen to work under FreeBSD and OpenBSD, but this is not supported.
45
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
60
## Interfacing
61
62
The are several ways to interact with a running Brubeck daemon.
0 commit comments