Skip to content

Commit

Permalink
Release cernan 0.7.8
Browse files Browse the repository at this point in the history
This release includes telemetry and logging improvements in the
Elasticsearch sink but the primary modifications are to do with
introduction of HISTOGRAM as a first-class citizen in the project.
The statsd source can be configured to use HISTOGRAM and the
wavefront sink can now interpret these aggregations.

  * ffbc112 :: update release build to use ekidd/rust-musl-builder
  * e033448 :: implementation of samples_sum for Telemetry
  * 8cea57a :: introduce openssl_probe for SSL cert search
  * 805a7aa :: allow histograms to be flipped on for statsd metrics
  * 728f016 :: addition of telemetry, logging in Elasticsearch sink
  * 63fafd0 :: add histogram support to wavefront sink

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Sep 26, 2017
1 parent 63fafd0 commit 8d4f802
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.7.8-pre"
version = "0.7.8"

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

0 comments on commit 8d4f802

Please sign in to comment.