Skip to content

Releases: avast/metrics

v2.8.2

05 Feb 14:32

Choose a tag to compare

fix: Trying to fix release issue

v2.8.1

05 Feb 14:25

Choose a tag to compare

fix: Trying to fix release issue

v2.8.0

05 Feb 13:32
26770df

Choose a tag to compare

Project migrated to GitHub Actions and Sonatype.

Username in gRPC monitoring sanitized

29 May 12:38
3ef527e

Choose a tag to compare

The dot could be interpreted as metrics separator by some implementations.

gRPC metrics structured properly

29 May 11:23
84ff41d

Choose a tag to compare

gRPC metrics names were always delimited by an underscore, instead of correctly structured using Monitor.named method. This is fixed now.

grpc: Underscores in metrics for both server and client

20 Apr 08:34
447a5e4

Choose a tag to compare

Merge pull request #51 from sideeffffect/grpc-underscores

grpc: put underscore before "Failures" in names for easier matching

grpc: Reorder ErrorCategory checks

17 Apr 14:13
1351563

Choose a tag to compare

Merge pull request #50 from sideeffffect/grpc-ErrorCategory-public

grpc: Reorder ErrorCategory conditions

Fix publish

17 Apr 12:12
f9634e0

Choose a tag to compare

2.7.1

Revert sbt uprade

grpc: Differentiate between client and server failures

16 Apr 13:35
5d17871

Choose a tag to compare

Merge pull request #49 from sideeffffect/grpc-failures-client-vs-server

grpc: Differentiate between client and server failures

Java 8 compatibility fixed

19 Aug 10:10

Choose a tag to compare

Previous release contained byte code for Java 11, so this library couldn't be used in Java 8 applications.

java.lang.UnsupportedClassVersionError: com/avast/metrics/api/Monitor has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0