|
113 | 113 | | <span class="metrics-name">quic_​connections_​state</span><br/>{quic_​conn_​state="<span class="metrics-enum">abort</span>"} | gauge | The number of QUIC connections in each state. (connection terminating due to error) |
|
114 | 114 | | <span class="metrics-name">quic_​connections_​state</span><br/>{quic_​conn_​state="<span class="metrics-enum">close_​pending</span>"} | gauge | The number of QUIC connections in each state. (connection is closing) |
|
115 | 115 | | <span class="metrics-name">quic_​connections_​state</span><br/>{quic_​conn_​state="<span class="metrics-enum">dead</span>"} | gauge | The number of QUIC connections in each state. (connection about to be freed) |
|
| 116 | +| <span class="metrics-name">quic_​connections_​state</span><br/>{quic_​conn_​state="<span class="metrics-enum">timeout</span>"} | gauge | The number of QUIC connections in each state. (connection timed out) | |
116 | 117 | | <span class="metrics-name">quic_​connections_​created</span> | counter | The total number of connections that have been created. |
|
117 | 118 | | <span class="metrics-name">quic_​connections_​closed</span> | counter | Number of connections gracefully closed. |
|
118 | 119 | | <span class="metrics-name">quic_​connections_​aborted</span> | counter | Number of connections aborted. |
|
119 | 120 | | <span class="metrics-name">quic_​connections_​timed_​out</span> | counter | Number of connections timed out. |
|
| 121 | +| <span class="metrics-name">quic_​connections_​timeout_​revived</span> | counter | Number of connections revived after timing out. | |
| 122 | +| <span class="metrics-name">quic_​connections_​timeout_​freed</span> | counter | Number of connections freed after timing out. | |
120 | 123 | | <span class="metrics-name">quic_​connections_​retried</span> | counter | Number of connections established with retry. |
|
121 | 124 | | <span class="metrics-name">quic_​connection_​error_​no_​slots</span> | counter | Number of connections that failed to create due to lack of slots. |
|
122 | 125 | | <span class="metrics-name">quic_​connection_​error_​retry_​fail</span> | counter | Number of connections that failed during retry (e.g. invalid token). |
|
|
782 | 785 | | <span class="metrics-name">send_​connections_​state</span><br/>{quic_​conn_​state="<span class="metrics-enum">abort</span>"} | gauge | Number of QUIC connections in each state (connection terminating due to error) |
|
783 | 786 | | <span class="metrics-name">send_​connections_​state</span><br/>{quic_​conn_​state="<span class="metrics-enum">close_​pending</span>"} | gauge | Number of QUIC connections in each state (connection is closing) |
|
784 | 787 | | <span class="metrics-name">send_​connections_​state</span><br/>{quic_​conn_​state="<span class="metrics-enum">dead</span>"} | gauge | Number of QUIC connections in each state (connection about to be freed) |
|
| 788 | +| <span class="metrics-name">send_​connections_​state</span><br/>{quic_​conn_​state="<span class="metrics-enum">timeout</span>"} | gauge | Number of QUIC connections in each state (connection timed out) | |
785 | 789 | | <span class="metrics-name">send_​connections_​created</span> | counter | Total count of QUIC connections created |
|
786 | 790 | | <span class="metrics-name">send_​connections_​closed</span> | counter | Total count of QUIC connections closed |
|
787 | 791 | | <span class="metrics-name">send_​connections_​aborted</span> | counter | Total count of QUIC connections aborted |
|
788 | 792 | | <span class="metrics-name">send_​connections_​timed_​out</span> | counter | Total count of QUIC connections timed out |
|
| 793 | +| <span class="metrics-name">send_​connections_​timeout_​revived</span> | counter | Total count of QUIC connections revived after timing out | |
| 794 | +| <span class="metrics-name">send_​connections_​timeout_​freed</span> | counter | Total count of QUIC connections freed after timing out | |
789 | 795 | | <span class="metrics-name">send_​connections_​retried</span> | counter | Total count of QUIC connections retried |
|
790 | 796 | | <span class="metrics-name">send_​connection_​error_​no_​slots</span> | counter | Total count of connection errors due to no slots |
|
791 | 797 | | <span class="metrics-name">send_​connection_​error_​retry_​fail</span> | counter | Total count of connection retry failures |
|
|
0 commit comments