Skip to content

Commit

Permalink
Bump cernan to 0.4.11
Browse files Browse the repository at this point in the history
This release stabilizes the programmable filters, making it possible
to manipulate telemetry and logs in-flight with user-written lua
code. This is a big accomplishment, one of the long-term goals of
cernan is now achieved.

This release also fixes a bug in the interpretation of gauges by
making a hard distinction between delta-gauges and gauges. Previously
their individual behaviours were somewhat confused.

Lastly, this release introduces some performance improvements driven
by callgrind profiling of cernan. There's more that can be done--
especially around metrics which are mostly the same internally--but
this was all low-hanging fruit.

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Dec 12, 2016
1 parent 0ede784 commit a6f6264
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.11-dev"
version = "0.4.11"
authors = ["Brian L. Troutwine <blt@postmates.com>"]
build = "build.rs"

Expand Down

0 comments on commit a6f6264

Please sign in to comment.