Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/modules/ROOT/pages/list-of-metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2370,6 +2370,8 @@ Based on your latency tolerance in your business use case, you can define a thre
.TCP
[%collapsible]
====
Protocol-specific TCP byte metrics are available only when Advanced Networking is enabled. `\{PROTOCOL}` is one of `MEMBER`, `CLIENT`, `WAN`, `REST`, or `MEMCACHE`; `WAN` includes all WAN protocol endpoints on the reporting member.

[cols="4,1,6a"]
|===
| Name
Expand Down Expand Up @@ -2404,10 +2406,18 @@ Based on your latency tolerance in your business use case, you can define a thre
|bytes
|Number of bytes received over all connections (active and closed)

|`tcp.bytesReceived.\{PROTOCOL}`
|bytes
|Number of bytes received over all connections for the protocol (Advanced Networking only)

|`tcp.bytesSend`
|bytes
|Number of bytes sent over all connections (active and closed)

|`tcp.bytesSend.\{PROTOCOL}`
|bytes
|Number of bytes sent over all connections for the protocol (Advanced Networking only)

|`tcp.connection.acceptedSocketCount`
|count
|Number of accepted socket channels
Expand Down
Loading