Add prefix to executor metric names

This commit is contained in:
Chris Eager
2023-04-04 10:14:41 -05:00
committed by ravi-signal
parent 2697872bdd
commit 23d5006f70
3 changed files with 15 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ package org.whispersystems.textsecuregcm.metrics;
public class MetricsUtil {
private static final String PREFIX = "chat";
public static final String PREFIX = "chat";
/**
* Returns a dot-separated ('.') name for the given class and name parts