Skip to content

Releases: ExpediaDotCom/haystack-commons

Adding definition for subscription and anomaly reads

30 Nov 05:32
4cd9321
Compare
Choose a tag to compare
Merge pull request #84 from ExpediaDotCom/dev_kpeswani

Updating haystack-idl

Add value type property in Field object for traceReader

29 Nov 07:24
Compare
Choose a tag to compare
updating snapshot version (#82)

* updating snapshot version

* update idl submodule

Updated Idl to support contract for span persistence

27 Nov 15:27
3566da2
Compare
Choose a tag to compare

Added a new contract to support span persistence for haystack traces as separate sidecar app

Adding MetricDefinition Key Generator

09 Nov 08:38
Compare
Choose a tag to compare
1.0.53

Adding MetricDefinition Key Generator (#78)

Replacing MetricPoint with MetricData from metrics-java repository.

05 Oct 07:01
Compare
Choose a tag to compare
1.0.52

Replacing MetricPoint with MetricData from metrics-java repository. (…

Default SourceTimestamp Fix

14 Aug 06:04
ad3420d
Compare
Choose a tag to compare
Merge pull request #73 from ExpediaDotCom/source-timestamp-defaults

bug fix in graph edge source timestamp

Added timestamp extractor for GraphEdge kstream

10 Aug 10:57
Compare
Choose a tag to compare
 Adding timestamp extractor for GraphEdge (#71)

* Adding timestamp to GraphEdge

* Adding timestamp to GraphEdge

* Adding timestamp extractor for GraphEdge

* Adding timestamp extractor for GraphEdge

Added timestamp to GraphEdge

10 Aug 10:39
Compare
Choose a tag to compare
 Adding timestamp extractor for GraphEdge (#71)

* Adding timestamp to GraphEdge

* Adding timestamp to GraphEdge

* Adding timestamp extractor for GraphEdge

* Adding timestamp extractor for GraphEdge

Added Raw traces request-response proto

03 Aug 06:15
1e4c05d
Compare
Choose a tag to compare
Merge pull request #69 from ExpediaDotCom/rawTrace-krastogi

Updating idl with Raw traces request-response

GraphEdge Serde Fixes

04 Jul 10:05
43b9a4b
Compare
Choose a tag to compare

In this release, we separate GraphEdge serde into two, Key and Value serdes.
The graphEdge key serde ignores the tags attached on the edge and considers only service names and operation.
The graphEdge value serde serializes the entire edge object without trimming any data associated with the edge.