mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 07:08:05 +01:00
Add meter for GCM challenge transmissions
This commit is contained in:
@@ -41,6 +41,7 @@ public class GCMSender implements Managed {
|
||||
private final Map<String, Meter> outboundMeters = new HashMap<>() {{
|
||||
put("receipt", metricRegistry.meter(name(getClass(), "outbound", "receipt")));
|
||||
put("notification", metricRegistry.meter(name(getClass(), "outbound", "notification")));
|
||||
put("challenge", metricRegistry.meter(name(getClass(), "outbound", "challenge")));
|
||||
}};
|
||||
|
||||
private final AccountsManager accountsManager;
|
||||
|
||||
Reference in New Issue
Block a user