Releases: ExpediaDotCom/haystack-commons
Releases · ExpediaDotCom/haystack-commons
Adding definition for subscription and anomaly reads
Merge pull request #84 from ExpediaDotCom/dev_kpeswani Updating haystack-idl
Add value type property in Field object for traceReader
updating snapshot version (#82) * updating snapshot version * update idl submodule
Updated Idl to support contract for span persistence
Added a new contract to support span persistence for haystack traces as separate sidecar app
Adding MetricDefinition Key Generator
1.0.53 Adding MetricDefinition Key Generator (#78)
Replacing MetricPoint with MetricData from metrics-java repository.
1.0.52 Replacing MetricPoint with MetricData from metrics-java repository. (…
Default SourceTimestamp Fix
Merge pull request #73 from ExpediaDotCom/source-timestamp-defaults bug fix in graph edge source timestamp
Added timestamp extractor for GraphEdge kstream
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
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
Merge pull request #69 from ExpediaDotCom/rawTrace-krastogi Updating idl with Raw traces request-response
GraphEdge Serde Fixes
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.