Skip to content

Releases: ExpediaDotCom/haystack-client-java

0.4.0

07 Aug 12:35
516d923
Compare
Choose a tag to compare

Changes to bring ids closer to b3 spec

Upgrading the client to be OpenTracing 0.33 compliant

23 Dec 03:17
Compare
Choose a tag to compare
0.3.0

Fixing break due to missing pom version updates (#111)

Adding Support for Different Id generators

12 Jun 07:33
Compare
Choose a tag to compare

Removing the dependency on only UUID as id generation and making long id generation as default one

Supporting different Trace-Id Generator

16 May 06:04
Compare
Choose a tag to compare

Solution for the issue: ExpediaDotCom/haystack#705

Also adding client performance benchmarks.

Adding Haystack Remote Clients

11 Apr 07:11
Compare
Choose a tag to compare
  • Adding Grpc and Http Proto Clients in haystack-remote-clients module

Removing haystack commons

02 Apr 07:10
Compare
Choose a tag to compare

This release contains an important fix for the issue raised here : ExpediaDotCom/haystack#697

Bug Fixes

14 Feb 10:57
a45e621
Compare
Choose a tag to compare

This release contain a bug fix where the span initialisation in the java client is computationally inefficient and expensive ExpediaDotCom/haystack#674

Spring cloud stater module

19 Jan 18:33
5dfb215
Compare
Choose a tag to compare

This release has a new artifact for opentracing-spring-haystack-cloud-starter. This module allows one to instrument springboot and utilize opentracing instrumentation of supported spring cloud modules.

Check spring-cloud opentracing instrumentation at

https://github.com/opentracing-contrib/java-spring-cloud

This module provides io.opentracing.Tracer implementation

https://github.com/ExpediaDotCom/haystack-client-java/tree/master/integrations/opentracing-spring-haystack-web-starter#spring-boot-or-spring-web-dependency

Spring Boot Starter integration

02 Jan 19:54
3d5d055
Compare
Choose a tag to compare

Releasing a new integration to enable Spring, Spring Web and Spring Boot applications to easily integrate with Haystack's Opentracing Client. Documentation @ https://github.com/ExpediaDotCom/haystack-client-java/tree/master/integrations/opentracing-spring-haystack-web-starter

Any Spring Boot application can quickly wire in Opentracing spring integration with Haystack's Tracer implementation.

Opencensus Integration

13 Dec 04:42
d9c72aa
Compare
Choose a tag to compare

With this release, we provide integration with opencensus.
For more details, read here