Skip to content

Releases: avast/metrics

2.6.3 Release

26 Jul 13:31
0b5cc21
Compare
Choose a tag to compare
  • Fixed multi timer implementation not closing all contexts.

gRPC 1.22.1

11 Jul 13:47
Compare
Choose a tag to compare
2.6.2

gRPC 1.22.1

gRPC 1.22.0

04 Jul 13:27
Compare
Choose a tag to compare
2.6.1

gRPC 1.22.0

Cross-built to Scala 2.13

02 Jul 14:09
90ce598
Compare
Choose a tag to compare
Prepare for Scala 2.13 cross-build (#44)

* Prepare for Scala 2.13 cross-build
* Update dependencies
* Set crossScalaVersions to Nil on root project (recommended in SBT docs)

Sample-rate not sent for StatsD gauges

01 Jul 11:12
26642e2
Compare
Choose a tag to compare

Reason - current version of statsite drops gauges with sample-rate specified (StatsD just ignores the sample-rate specified).

2.5.3 Released

07 Nov 07:55
2f42109
Compare
Choose a tag to compare
  • Fixed statsd histogram implementation

2.5.2 Released

17 Oct 14:01
dd5ca01
Compare
Choose a tag to compare
  • Fixed Statsd meter auto register initialization

Release 2.5.1

09 Oct 13:53
76856f6
Compare
Choose a tag to compare
  • Added builder for statsd metrics
  • Deprecated constructors method which does not include scheduler in parameters as it will leak threads because of default scheduler creation.

Release 2.5.0

05 Oct 14:04
b645adf
Compare
Choose a tag to compare
  • Added mechanism for registering metrics on start

Release 2.4.4

08 Aug 13:35
17c1263
Compare
Choose a tag to compare
  • Add start, update and updateFailure methods to TimerPair