Releases: ExpediaDotCom/haystack-agent
Set error tag to false when string value is false
This prevents setting the error tag to true when the zipkin error tag value is "false"
Adding Span Grpc Service Health Check
0.1.17 Adding Span Grpc Health Check Service (#91)
Enable/Disable dispatcher via config
This release contains a minor enhancement that allows a dispatcher to be disabled through the configuration. By default dispatchers are all enabled, but you can add 'enabled=false' within the dispatcher config to set as disabled. Checkout the unit test to see how it works:
2a42633
Adding logger dispatcher
Merge pull request #85 from jcchavezs/relax_defaults chore: relax the defaults to include logger only.
Update version of Amazon Kinesis Producer Library(0.14.0)
Latest version of Amazon Kinesis Producer Library has solved the scaling issue with the Kinesis. It has replaced the DescribeStream with the ListShards API for shard discovery. ListShards API supports 100TPS per stream compared to DescribeStream that supports 10TPS per AWS account. You can find more information about the latest KPL release here: https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-kinesis-producer-library-now-supports-listshards-api-for-efficient-scaling-of-producer-applications/
Adding gzip decode support for zipkin V2 spans
Merge pull request #67 from ExpediaDotCom/pitchfork-gzip enable gzip config by default for pitchfork
Bug Fixes
Adding support for providing external config file path in docker
Merge pull request #61 from vaibhavsawhney/deploy start-app.sh changed and added dependency in POM
Adding healthcheck for blobs reader
Merge pull request #57 from vaibhavsawhney/versionUpgrade Added ports as variables in haystack-agent config
Add Pitchfork and Blobs in Docker
Add configs for pitchfork and blobs in default config of docker image