mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 21:38:05 +01:00
Tag the push challenge request counter by country
This commit is contained in:
committed by
Jon Chambers
parent
cf8a4cc939
commit
7ba0f604e6
@@ -86,6 +86,7 @@ public class PushChallengeManager {
|
||||
|
||||
Metrics.counter(CHALLENGE_REQUESTED_COUNTER_NAME,
|
||||
PLATFORM_TAG_NAME, platform,
|
||||
SOURCE_COUNTRY_TAG_NAME, Util.getCountryCode(account.getNumber()),
|
||||
SENT_TAG_NAME, String.valueOf(sent)).increment();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user