Skip to content

Commit

Permalink
Update extensions/micrometer/runtime/src/main/java/io/quarkus/microme…
Browse files Browse the repository at this point in the history
…ter/runtime/binder/HttpCommonTags.java

Co-authored-by: Erin Schnabel <[email protected]>
  • Loading branch information
ahus1 and ebullient authored Mar 20, 2024
1 parent 03072ec commit 3018838
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public static Tag uri(String pathInfo, String initialPath, int code) {
}
} else if (code == 404) {
if (isTemplatedPath(pathInfo, initialPath)) {
// only include the path info if it has been matched by the caller to a template to avoid a metrics explosion with lots of not found paths
return Tag.of("uri", pathInfo);
} else {
return URI_NOT_FOUND;
Expand Down

0 comments on commit 3018838

Please sign in to comment.