Skip to content

v0.5.0

Compare
Choose a tag to compare
@houndtravisci houndtravisci released this 08 Jun 14:11
3f22dde

0.5.0 2023-06-08

This version extends the Sampler interface to include a new GetMetrics function, which returns a collection of metrics relevant to that specific sampler. This improves visibility into the sampler and will be used in an upcoming release of Honeycomb's Refinery.

This is a breaking change for code implemented so as to conform to the dynsampler.Sampler interface, such as hand-coded mocks used for testing. Code using the interface is unaffected.

Features

Maintenance