Skip to content

Commit e73e641

Browse files
author
Tom Santero
committed
Bump cernan to 0.3.0
This release includes several enhancement which bring cernan's feature parity much closer to both statsd and graphite. Additionaly, the concept of quality of service per metric type has been added, allowing users to set the reporting interval for gauges, counters, histograms, timers, and raw points. Config files are now flat, and can be correctly parsed when running cernan with the `-C` flag. Support for the librato sink was removed, and aggregation was reintroduced to the Wavefront sink since WF simply averages all points reported within sub-second intervals. Signed-off-by: Tom Santero <tom.santero@postmates.com>
1 parent 84aaf2b commit e73e641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cernan"
3-
version = "0.2.9"
3+
version = "0.3.0"
44
authors = ["Brian L. Troutwine <blt@postmates.com>"]
55
build = "build.rs"
66

0 commit comments

Comments
 (0)