Skip to content

Commit

Permalink
Bump to 0.8.5
Browse files Browse the repository at this point in the history
This release adjusts the Elasticsearch sink to better handle timeouts
and clear its internal buffer. Also, we now keep a long-lived sum/count
for Prometheus sink Summaries, even despite the windowing.

  * 859ca8a :: Avoid catastrophic failure when an ES request times out (#356)
  * 071328c :: Perform a linear search in ES buffer (#357)
  * 86f753c :: Introduce Telemetry override for 'count' and 'sample_sum' (#354)

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Dec 6, 2017
1 parent 86f753c commit ab87751
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
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "cernan"
readme = "README.md"
repository = "https://github.com/postmates/cernan"
version = "0.8.5-pre"
version = "0.8.5"

[[bin]]
name = "cernan"
Expand Down

0 comments on commit ab87751

Please sign in to comment.