Skip to content

Commit

Permalink
Bump cernan to 0.3.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tom Santero committed Aug 23, 2016
1 parent 84aaf2b commit e73e641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cernan"
version = "0.2.9"
version = "0.3.0"
authors = ["Brian L. Troutwine <blt@postmates.com>"]
build = "build.rs"

Expand Down

0 comments on commit e73e641

Please sign in to comment.