Skip to content

Commit 13e033e

Browse files
Fixed extra tag
1 parent de1569a commit 13e033e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/operator/vertx/UIDOperatorVerticle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ private void recordTokenGenerateTCFUsage(String apiContact) {
19661966
_tokenGenerateTCFUsage.computeIfAbsent(apiContact, contact -> Counter
19671967
.builder("uid2.token_generate_tcf_usage")
19681968
.description("Counter for token generate tcf usage")
1969-
.tags("api_contact", contact, "policy")
1969+
.tags("api_contact", contact)
19701970
.register(Metrics.globalRegistry)).increment();
19711971
}
19721972

0 commit comments

Comments
 (0)