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: src/data/markdown/translated-guides/en/02 Using k6/02 Metrics/000-reference.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ k6 always collects the following metrics, no matter what protocol the test uses:
22
22
| data_sent | Counter | The amount of data sent. [Track data for an individual URL](/examples/track-transmitted-data-per-url) to track data for an individual URL. |
23
23
| checks | Rate | The rate of successful checks.
24
24
25
-
## HTTP-specific built-in metrics
25
+
## HTTP-specific built-in metrics {#http}
26
26
27
27
These metrics are generated only when the test makes HTTP requests.
28
28
@@ -86,20 +86,20 @@ Apart from the usual HTTP specific metrics that k6 already tracks, the browser m
86
86
| browser_loaded | Emitted when the page is fully loaded. |
87
87
88
88
89
-
## Built-in WebSocket metrics
89
+
## Built-in WebSocket metrics {#websockets}
90
90
91
91
`k6` emits the following metrics when interacting with a WebSocket service through the [`experimental`](/javascript-api/k6-experimental/websockets) or legacy websockets API.
0 commit comments