Releases: postmates/cernan
rendezvous
This release makes the padding in the Wavefront sink configurable. The documentation for this feature is now in the wiki. By default, the padding is OFF unless otherwise enabled.
rendezvous
This is a very minor change. The flush_boundary filter no longer has a valve in place, of which was not feasible to have on a higher-load system. There's some thinking that needs to be done to manage overload conditions via the valve systems for end users. This commit is not that thinking.
rendezvous
This release contains fixes for a long existing memory leak bug introduced into cernan several releases prior. Also fixes a freeze up issue by fixing an issue with bucket iteration, introduces more self-telemetry, and reduces contention on internal metrics.
EVA
EVA
EVA
This commit brings cernan to the first in the 0.6.0 series, EVA. Since 0.5.10 we've done a fair bit of work on making cernan internals more uniform and easier to maintain going forward.
- c0ec2d7 :: serde 1.0 introduced, configuration parsing overhauled
- 412a426 :: self-telemetry names no longer mangled into graphite form
- 96428b7 :: console sink now emits log lines
- 6d91a3d :: validation for wavefront configuration
- 54e0f7f :: direct elasticsearch integration introduced
A good chunk of this work was completed by Tollef Fog Heen. Thanks so much, Tollef!
agena
This release moves the InfluxDB sink from prototype status to production-quality. As well, there's been quite a bit of fiddling with the docker files to accomidate Postmates' private CI setup using Concourse.
agena
This release introduces improvements in various sub-systems. The Prometheus sink is now closer to being removed from 'experimental' status and correctness issues with the file source have been addressed.
- fbb3030 :: Special aggregator for Prometheus, no timestamping
- 6f0af8d :: Correct CI stability when running QC tests
- 39b53fb :: Introduce more telemetry to the wavefront sink
- 83a975d :: Introduce 'mean' summarization in wavefront sink, others
- 7ef24e8 :: Correct file source correctness issue around file rolls
agena
agena
This release has enhancements to the programmable filters and updates to the prometheus sink with an eye toward making it fully stable. Telemetry in the firehose sink is also increased.