Skip to content

Commit

Permalink
Bump cernan to 0.4.2
Browse files Browse the repository at this point in the history
This release incorporates several changes in many areas. In particular:

  * [EXPERIMENTAL] cernan is now able to forward on to other cernan instances
  * [STABLE] all metrics carry their timestamps, including histograms / timers
  * [STABLE] QOS sampling is now done by random choice in the flush interval
  * [EXPERIMENTAL] more file source changes have landed, improving use

The main show here is the sampling. In particular, the QOS sampling now
is done such that, if QOS is Q and the flush interval is F then there will
be no more than ceil(F/Q) points in the interval F. If there are less than
ceil(F/Q) points in F then all points will be shipped. If there are more,
the sampling will be done on a random basis to avoid introducing systematic
artifacts into the time series.

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Oct 14, 2016
1 parent 4893ed0 commit 95efed6
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.4.1"
version = "0.4.2"
authors = ["Brian L. Troutwine <blt@postmates.com>"]
build = "build.rs"

Expand Down

0 comments on commit 95efed6

Please sign in to comment.