Skip to content

Releases: ExpediaDotCom/haystack-client-java

0.4.0

Choose a tag to compare

@kapilra kapilra released this 07 Aug 12:35
516d923

Changes to bring ids closer to b3 spec

Upgrading the client to be OpenTracing 0.33 compliant

Choose a tag to compare

@keshavpeswani keshavpeswani released this 23 Dec 03:17
0.3.0

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

Adding Support for Different Id generators

Choose a tag to compare

@nsahai8 nsahai8 released this 12 Jun 07:33

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

Supporting different Trace-Id Generator

Choose a tag to compare

@nsahai8 nsahai8 released this 16 May 06:04

Solution for the issue: ExpediaDotCom/haystack#705

Also adding client performance benchmarks.

Adding Haystack Remote Clients

Choose a tag to compare

@doctorXWrites doctorXWrites released this 11 Apr 07:11
  • Adding Grpc and Http Proto Clients in haystack-remote-clients module

Removing haystack commons

Choose a tag to compare

@doctorXWrites doctorXWrites released this 02 Apr 07:10

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

Bug Fixes

Choose a tag to compare

@ayansen ayansen released this 14 Feb 10:57
a45e621

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

Choose a tag to compare

@mchandramouli mchandramouli released this 19 Jan 18:33
5dfb215

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

Choose a tag to compare

@mchandramouli mchandramouli released this 02 Jan 19:54
3d5d055

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

Choose a tag to compare

@ashishagg ashishagg released this 13 Dec 04:42
d9c72aa

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