0.1.1 • Published 9 years ago

statsd-zag-backend v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

StatsD Zag backend

Basic StatsD backend for for Voxer's Zag metric server.

Current version sends aggregated metrics on flush. The plan is to optionally add 'packet mode' that directly pipes the metric events to Zag.

Configuration

TypeDefaultDescription
daemons["127.0.0.1:8876"]List of zag daemons
key_rules{"statsd.": "statsd>"}Key transformations

key_rules define a string replacement for key names to allow you to transform statsd keys to the more powerful Zag keys. The key: val pair simply get mapped to String.replace attributes.

Example Configuration

{
	"port": 8125,
	"backends": [ "statsd-zag-backend" ],
	"zag": {
		"daemons": [ "127.0.0.1:8876" ],
		"key_rules": {
			"statsd.": "statsd>",
			"http_requests.get.": "http_requests|get|",
			"vulcand.": "vulcand>"
		}
	}
}

License

Licensed 2015 under the MIT License (MIT)

0.1.1

9 years ago

0.1.0

9 years ago

0.0.0

9 years ago