Skip to content

Releases: ExpediaDotCom/haystack-collector

Metrics enable/disable config and some formatting

24 Jun 11:12
0882f04
Compare
Choose a tag to compare
1.1.10

Metrics enable/disable config and some formatting (#91)

Ability to override prefix in jmxtrans for kinesis collector metrics

17 Apr 11:13
2546b37
Compare
Choose a tag to compare
1.1.9

Ability to override prefix in jmxtrans for metrics (#88)

Upgrading kinesis client version to fix cross-region latency issue

16 Apr 12:03
90e2425
Compare
Choose a tag to compare

Updating span tags validation logic with some more flags

17 Feb 03:25
a1a5f88
Compare
Choose a tag to compare

Span tags validation logic can now specify service to skip, log only mode. Along with this it can also log probable tags which are causing this validation to fail.

Config fix for 1.1.5

18 Dec 09:16
c7cca48
Compare
Choose a tag to compare
Merge pull request #79 from ExpediaDotCom/config

config fix

Adding Support for Span Size validation

17 Dec 09:25
3518e57
Compare
Choose a tag to compare

It will truncate tags ( exception: Error Tag ) to reduce the size of Span based on the configured size limit. You can also add one more tag to add your customized message.

Updating default log level INFO -> WARN

03 Sep 12:31
Compare
Choose a tag to compare
Changing default log level from INFO -> WARN (#76)

* Changing default log level from INFO -> WARN

* Add custom haystack tags from config

Adding Additional Kafka outputs, haystack-span-decorator and functionality to add default tags

31 May 17:11
Compare
Choose a tag to compare

Spans can now be decorated using Span decorators. These are loaded at the start using Java SPI as per the provided configuration.

Authenticator Improvements

25 Oct 17:08
Compare
Choose a tag to compare

Improved the trait by adding init(config) and close() for authenticator trait.

Add support of http span collector

25 Oct 11:03
804218d
Compare
Choose a tag to compare

We now support an http collector for ingesting spans.