Skip to content

Releases: avast/metrics

v2.8.0

05 Feb 13:32
26770df
Compare
Choose a tag to compare

Project migrated to GitHub Actions and Sonatype.

Username in gRPC monitoring sanitized

29 May 12:38
3ef527e
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
2.7.1

Revert sbt uprade

grpc: Differentiate between client and server failures

16 Apr 13:35
5d17871
Compare
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
Compare
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

gRPC 1.23.0 and protobuf 3.9.1

16 Aug 15:56
6f93a43
Compare
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
Compare
Choose a tag to compare
Merge pull request #46 from avast/gRPCCurrentCalls

Current gRPC calls metric