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: deploy/metrics/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ As of Q2 2025, Dynamo HTTP Frontend metrics are exposed when you build container
40
40
41
41
The core Dynamo backend system automatically exposes metrics with the `dynamo_component_*` prefix for all components that use the `DistributedRuntime` framework:
42
42
43
-
-`dynamo_component_concurrent_requests`: Requests currently being processed (gauge)
43
+
-`dynamo_component_inflight_requests`: Requests currently being processed (gauge)
44
44
-`dynamo_component_request_bytes_total`: Total bytes received in requests (counter)
45
45
-`dynamo_component_request_duration_seconds`: Request processing time (histogram)
46
46
-`dynamo_component_requests_total`: Total requests processed (counter)
0 commit comments