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

  • feat: Add GetMetrics metrics retrieval function to Sampler interface (#65) | [Kent Quirk](https:/Kent Quirk)

Maintenance

  • maint(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#64) | dependabot[bot]
  • maint: update dependabot.yml (#63) | [Vera Reynolds](https:/Vera Reynolds)