You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/metrics/provider/async/http/server.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
ASYNC_HTTP_SERVER_REQUEST_INITIATED=Metrics.metric("async.http.server.request.initiated",:counter,description: "The number of HTTP server requests initiated.")
11
11
ASYNC_HTTP_SERVER_REQUEST_FINISHED=Metrics.metric("async.http.server.request.finished",:counter,description: "The number of HTTP server requests finished.")
12
12
ASYNC_HTTP_SERVER_REQUEST_QUEUE_TIME=Metrics.metric("async.http.server.request.queue_time",:histogram,description: "The time spent waiting in queue before processing (in seconds), based on the x-request-start header.")
0 commit comments