mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 23:38:03 +01:00
Add prefix to executor metric names
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user