We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1569a commit 13e033eCopy full SHA for 13e033e
src/main/java/com/uid2/operator/vertx/UIDOperatorVerticle.java
@@ -1966,7 +1966,7 @@ private void recordTokenGenerateTCFUsage(String apiContact) {
1966
_tokenGenerateTCFUsage.computeIfAbsent(apiContact, contact -> Counter
1967
.builder("uid2.token_generate_tcf_usage")
1968
.description("Counter for token generate tcf usage")
1969
- .tags("api_contact", contact, "policy")
+ .tags("api_contact", contact)
1970
.register(Metrics.globalRegistry)).increment();
1971
}
1972
0 commit comments