1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-17 01:12:38 +02:00

2 Commits

Author SHA1 Message Date
81cf14ae0c metrics/internal/convert: use method value insetad of lambda (#767)
Method value signature matches expected callback signature,
so there is no need in explicit lambda wrapping.
2018-10-01 13:15:59 -07:00
7b0e27dddf Metrics - Cloudwatch v2 (#668)
* Enable using counters as the other types

* For completeness - gauge<->histogram

* Create metrics/cloudwatch2 pkg

* Address PR comments

* Comment around prebuilt zeros StatisticsSet

* Address PR comments
2018-03-05 21:08:47 -08:00