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 3018838 commit 6c7dd92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public static Tag uri(String pathInfo, String initialPath, int code) {
if (code > 0) {
if (code / 100 == 3) {
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 unknown redirects
return Tag.of("uri", pathInfo);
} else {
return URI_REDIRECTION;
Expand Down

0 comments on commit 6c7dd92

Please sign in to comment.