Skip to content

Commit

Permalink
Update to 0.4.0
Browse files Browse the repository at this point in the history
This release incorporates work to move away from std's in-memory channel,
freeing up cernan to emit toward slow sinks--firehose--and ingest more
data for analysis that will fit into memory. Performance remains on par
with the previous cernan series and has been improved in regards to
statsd/graphite parse speed.

cernan is now well arranged to allow in-flight analysis and manipulation
of data, as well as forward off-system to itself for aggregation should
the present system be particularly small but heavily telemetered.

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Oct 4, 2016
1 parent 239a1f6 commit 09f51b3
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.3.4"
version = "0.4.0"
authors = ["Brian L. Troutwine <blt@postmates.com>"]
build = "build.rs"

Expand Down

0 comments on commit 09f51b3

Please sign in to comment.