Skip to content

Releases: xmidt-org/touchstone

v0.1.8

13 Apr 13:58
5f27254

Choose a tag to compare

Changelog

Other Work

v0.1.7

09 Sep 17:54
0d5438b

Choose a tag to compare

Changelog

v0.1.6

09 Sep 17:39

Choose a tag to compare

Changelog

Dependency Updates

v0.1.5

19 Jan 17:34
b6966b4

Choose a tag to compare

Changelog

v0.1.3

18 Sep 17:56

Choose a tag to compare

Changelog

Bug Fixes

Other Work

v0.1.2 2022-08-23

23 Aug 17:08

Choose a tag to compare

  • streamlined support for touchhttp instrumentation

v0.1.1 06/13/2022

13 Jun 22:10
a83d401

Choose a tag to compare

- touchbundle package supports creation of metric bundles, which are logical groups of metrics
- a version of NewUntypedFunc that allows for flexible function signatures

v0.1.0 05/01/2022

01 May 17:24
82711bc

Choose a tag to compare

- Updated go.uber.org/fx to 1.17.1
- Updated github.com/prometheus/client_golang to 1.12.1
- Remove use of fx.Printer for messages.  Replaced with an optional zap.Logger.
- Fx components are now grouped under a common module.

- Broken README badge links. [#12](https://github.com/xmidt-org/touchstone/pull/12)

v0.0.3 04/18/2021

18 Apr 04:26
f9e8e70

Choose a tag to compare

- utility methods for dealing with prometheus.AlreadyRegisteredError
- dynamically-typed metric Factory methods

v0.0.2 04/15/2021

15 Apr 19:40
6691e3c

Choose a tag to compare

- build info collector
- go-kit integration [#6](https://github.com/xmidt-org/touchstone/pull/6)
- touchtest package with useful testing assertions and utilities