add definition for state attribute of system.network.connections (#2663)
This commit is contained in:
parent
a384ba1ec3
commit
7fcd293974
|
|
@ -148,7 +148,7 @@ perf counter (similar for Writes)
|
||||||
| system<!--notlink-->.network.io.receive | Bytes received | By | Counter | Int64 | device | (identifier) |
|
| system<!--notlink-->.network.io.receive | Bytes received | By | Counter | Int64 | device | (identifier) |
|
||||||
| system.network.connections | | {connections} | UpDownCounter | Int64 | device | (identifier) |
|
| system.network.connections | | {connections} | UpDownCounter | Int64 | device | (identifier) |
|
||||||
| | | | | | protocol | tcp, udp, [etc.](https://en.wikipedia.org/wiki/Transport_layer#Protocols) |
|
| | | | | | protocol | tcp, udp, [etc.](https://en.wikipedia.org/wiki/Transport_layer#Protocols) |
|
||||||
| | | | | | state | [e.g. for tcp](https://en.wikipedia.org/wiki/Transmission_Control_Protocol#Protocol_operation) |
|
| | | | | | state | If specified, SHOULD be one of: close, close_wait, closing, delete, established, fin_wait_1, fin_wait_2, last_ack, listen, syn_recv, syn_sent, time_wait. A stateless protocol MUST NOT set this attribute. |
|
||||||
|
|
||||||
<sup>1</sup> Measured as:
|
<sup>1</sup> Measured as:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue