Skip to content

Releases: avast/metrics

gRPC 1.23.0 and protobuf 3.9.1

16 Aug 15:56
6f93a43

Choose a tag to compare

Merge pull request #48 from sideeffffect/sun.management

fixes https://github.com/avast/metrics/issues/47

A new metric for count of currently running gRPC calls

05 Aug 19:17
4c5a038

Choose a tag to compare

Merge pull request #46 from avast/gRPCCurrentCalls

Current gRPC calls metric

2.6.3 Release

26 Jul 13:31
0b5cc21

Choose a tag to compare

  • Fixed multi timer implementation not closing all contexts.

gRPC 1.22.1

11 Jul 13:47

Choose a tag to compare

2.6.2

gRPC 1.22.1

gRPC 1.22.0

04 Jul 13:27

Choose a tag to compare

2.6.1

gRPC 1.22.0

Cross-built to Scala 2.13

02 Jul 14:09
90ce598

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

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

Choose a tag to compare

  • Fixed statsd histogram implementation

2.5.2 Released

17 Oct 14:01
dd5ca01

Choose a tag to compare

  • Fixed Statsd meter auto register initialization

Release 2.5.1

09 Oct 13:53
76856f6

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.