Tag the push challenge request counter by country
This commit is contained in:
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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue