summaryrefslogtreecommitdiff
path: root/metrics.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2022-01-22 19:30:16 -0500
committerDave Henderson <dhenderson@gmail.com>2022-01-25 15:07:17 -0500
commit042abeb431c55a12cc101efdb75b1c1b67340cb4 (patch)
treef6ae7884c8071bd2f26ac53231d1c471829bec3a /metrics.go
parenteb891d46831252c5329218bfbb606727685fea72 (diff)
other is not uppercase
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'metrics.go')
-rw-r--r--metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics.go b/metrics.go
index 9a56f73..8a50260 100644
--- a/metrics.go
+++ b/metrics.go
@@ -97,5 +97,5 @@ func sanitizeMethod(m string) string {
return m
}
- return "other"
+ return "OTHER"
}