Skip to content

Releases: ExpediaDotCom/haystack-agent

Set error tag to false when string value is false

04 Mar 17:29
623224c

Choose a tag to compare

This prevents setting the error tag to true when the zipkin error tag value is "false"

Adding Span Grpc Service Health Check

12 May 09:00
0cc41fb

Choose a tag to compare

0.1.17

Adding Span Grpc Health Check Service (#91)

Enable/Disable dispatcher via config

12 Mar 07:25
2a42633

Choose a tag to compare

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

24 Feb 21:37
ad30c35

Choose a tag to compare

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)

06 Jan 09:39
b2a6d41

Choose a tag to compare

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

28 Aug 05:32
397e0aa

Choose a tag to compare

Merge pull request #67 from ExpediaDotCom/pitchfork-gzip

 enable gzip config by default for pitchfork

Bug Fixes

17 Aug 19:42

Choose a tag to compare

This release contains bug fixes in blobs

Adding support for providing external config file path in docker

14 Aug 13:34
eba76ff

Choose a tag to compare

Merge pull request #61 from vaibhavsawhney/deploy

start-app.sh changed and added dependency in POM

Adding healthcheck for blobs reader

14 Aug 09:58
4ad0645

Choose a tag to compare

Merge pull request #57 from vaibhavsawhney/versionUpgrade

Added ports as variables in haystack-agent config

Add Pitchfork and Blobs in Docker

13 Aug 14:02
58889a5

Choose a tag to compare

Add configs for pitchfork and blobs in default config of docker image