15713: Don't sniff non-error response body.
[arvados.git] / sdk / go / httpserver / metrics.go
index 032093f8d8aab842a1a3af194089c1ee9b4980e4..fab6c3f11801a4a6ec52de6f1f86f17a438e246f 100644 (file)
@@ -104,7 +104,7 @@ func (m *metrics) ServeAPI(token string, next http.Handler) http.Handler {
 //
 // For the metrics to be accurate, the caller must ensure every
 // request passed to the Handler also passes through
-// LogRequests(logger, ...), and vice versa.
+// LogRequests(...), and vice versa.
 //
 // If registry is nil, a new registry is created.
 //