Skip to content

Commit

Permalink
Bump to cernan 0.4.10
Browse files Browse the repository at this point in the history
This release fixes a long-standing and never before recognized
issue with the way gauges' times were reset on bucket reset.
Previously, the last gauge's time was retained across a reset until
a new point came in. This works for relatively well-trafficed series
but does not hold up for sparse series of DeltaGauges.

We now reset times on bucket resets.

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Dec 2, 2016
1 parent 5120d32 commit 72c56f6
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.9"
version = "0.4.10"
authors = ["Brian L. Troutwine <blt@postmates.com>"]
build = "build.rs"

Expand Down

0 comments on commit 72c56f6

Please sign in to comment.