Skip to content

Commit

Permalink
Bump cernan to 0.4.3
Browse files Browse the repository at this point in the history
This release addresses operational and correctness issues. In
particular:

  * we've added significantly more logging to cernan (#136)
  * we now fast-forward mpsc receiver (#137)
  * metric bins are now scalable, qos is removed (#134)
  * file source can watch directories of files (#132)
  * federation receiver does not panic on hangup (#133)
  * metrics now have an associated algebra (#131)
  * metrics carry their own metadata (#129)

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Oct 31, 2016
1 parent eeb34be commit 55d96b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 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.2"
version = "0.4.3"
authors = ["Brian L. Troutwine <blt@postmates.com>"]
build = "build.rs"

Expand Down
12 changes: 2 additions & 10 deletions example-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,16 @@ flush-interval = 10
[tags]
source = "cernan"

# Independent of our flush-interval, not all metric types need one metric per
# second reporting. The quality-of-service value controls cernan's report
# interval for type aggregations.
[quality-of-service]
gauge = 1
counter = 1
timer = 60
histogram = 60
raw = 1

[[file]]
path = "example.log"

# sinks
[console]
bin_width = 5

[null]

[wavefront]
port = 2878
host = "127.0.0.1"
bin_width = 1

0 comments on commit 55d96b4

Please sign in to comment.