This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
v0.5.2
Added
- Adds a RequestFactory API that can be used for managing the telemetry data requests if you need more fine-grained control than the Harvester API supports. Only Span data is currently supported by this API.
Fixed
- Fix performance issue caused by the gzip writer being reallocated for each request - it's now reused between requests.