Tag the push challenge request counter by country

This commit is contained in:
Jon Chambers 2022-03-17 11:40:29 -04:00 committed by Jon Chambers
parent cf8a4cc939
commit 7ba0f604e6
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}