Skip to content

Commit

Permalink
still print and uncomment both puts
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgio Trettenero committed Dec 10, 2024
1 parent 3c5d0d8 commit cc2bc1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public <R> R processRequest(
System.out.println(MetacatContextManager.getContext());
System.out.println(MetacatContextManager.getContext().getClientAppName());
System.out.println("------------------------------------------------");
// tags.put("caller", MetacatContextManager.getContext().getClientAppName());
tags.put("caller", MetacatContextManager.getContext().getClientAppName());
registry.counter(requestCounterId.withTags(tags)).increment();

try {
Expand Down

0 comments on commit cc2bc1d

Please sign in to comment.