Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

v0.5.2

Compare
Choose a tag to compare
@jack-berg jack-berg released this 02 Mar 20:46
· 84 commits to master since this release
ccccdba

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.