Skip to content

Commit

Permalink
Tested the tags to verify the changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhrubajyoti Sadhu committed Aug 16, 2023
1 parent 22ae5ca commit 6bb61e2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ private String getClassName(ProceedingJoinPoint pjp) {
return clean(pjp.getSignature().getDeclaringTypeName());
}

private String buildMetricWithTagsBasePath(ProceedingJoinPoint pjp) {
String className = getClassName(pjp);
return new StringBuilder(className).toString();
}

private String buildMetricBasePath(ProceedingJoinPoint pjp) {
String className = getClassName(pjp);
String methodName = getMethodName(pjp);
Expand Down

0 comments on commit 6bb61e2

Please sign in to comment.