Fix a metric name/tag set

This commit is contained in:
Jon Chambers 2023-06-08 12:34:27 -04:00
parent 234707169e
commit 8ec6a24a2d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import org.whispersystems.textsecuregcm.metrics.MetricsUtil;
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> {