Skip to content

Commit

Permalink
print without call
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgio Trettenero committed Dec 10, 2024
1 parent 5063cb9 commit 5c001ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public <R> R processRequest(
System.out.println("------------------------------------------------");
System.out.println(MetacatContextManager.getContext());
System.out.println("------------------------------------------------");
tags.put("caller", MetacatContextManager.getContext().getClientAppName());
// tags.put("caller", MetacatContextManager.getContext().getClientAppName());
registry.counter(requestCounterId.withTags(tags)).increment();

try {
Expand Down Expand Up @@ -251,7 +251,7 @@ public <R> R processRequest(
System.out.println("------------------------------------------------");
System.out.println(MetacatContextManager.getContext());
System.out.println("------------------------------------------------");
tags.put("caller", MetacatContextManager.getContext().getClientAppName());
// tags.put("caller", MetacatContextManager.getContext().getClientAppName());
registry.counter(requestCounterId.withTags(tags)).increment();
try {
MetacatContextManager.getContext().setRequestName(resourceRequestName);
Expand Down

0 comments on commit 5c001ac

Please sign in to comment.