Skip to content

Commit

Permalink
Enable PATCH method for being measured (#2456)
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Espinosa <javespalf@gmail.com>
  • Loading branch information
javespi authored Jul 13, 2023
1 parent 11d8f84 commit 8704ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func measuredMethod(m string) string {
"HEAD",
"POST",
"PUT",
"PATCH",
"DELETE",
"TRACE",
"CONNECT":
Expand Down

0 comments on commit 8704ae6

Please sign in to comment.