Skip to content

Commit

Permalink
Fix a metric name/tag set
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-signal committed Jun 8, 2023
1 parent 2347071 commit 8ec6a24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class IdentityKeyAdapter {

private static final Counter IDENTITY_KEY_WITHOUT_VERSION_BYTE_COUNTER =
Metrics.counter(MetricsUtil.name(IdentityKeyAdapter.class), "identityKeyWithoutVersionByte");
Metrics.counter(MetricsUtil.name(IdentityKeyAdapter.class, "identityKeyWithoutVersionByte"));

public static class Serializer extends JsonSerializer<IdentityKey> {

Expand Down

0 comments on commit 8ec6a24

Please sign in to comment.