An experimental server for ruby metrics library called metriks.
- Similar to statsd
- Receives data via UDP
- Aggregates results from multiple data points and sends batches to a datastore
- Receives metrics as a snappy-encoded packet of msgpack'd hashes
- Each packet can contain more than one metric
- Intended to be used with metriksd_reporter and metriks
Run the server:
$ metriksd -c config.yml
Copyright (c) 2012 Eric Lindvall
Published under the MIT License, see LICENSE