blob: 529e245da8999934694cb5fabf0abdf4ea9a4e55 [file] [log] [blame]
Frédéric Lécaillea58cafe2022-05-18 14:30:03 +02001#include <haproxy/quic_stats-t.h>
2#include <haproxy/stats.h>
3
Frédéric Lécaillea58cafe2022-05-18 14:30:03 +02004static struct name_desc quic_stats[] = {
Frédéric Lécailleeb791452022-05-24 16:01:39 +02005 [QUIC_ST_DROPPED_PACKET] = { .name = "quic_dropped_pkt",
Frédéric Lécaillea58cafe2022-05-18 14:30:03 +02006 .desc = "Total number of dropped packets" },
Frédéric Lécaille45a16292022-06-29 12:03:34 +02007 [QUIC_ST_DROPPED_PACKET_BUFOVERRUN] = { .name = "quic_dropped_pkt_bufoverrun",
8 .desc = "Total number of dropped packets because of buffer overrun" },
Frédéric Lécailleeb791452022-05-24 16:01:39 +02009 [QUIC_ST_DROPPED_PARSING] = { .name = "quic_dropped_parsing_pkt",
10 .desc = "Total number of dropped packets upon parsing error" },
Frédéric Lécaille8ecb7362022-08-04 12:00:00 +020011 [QUIC_ST_SOCKET_FULL] = { .name = "quic_socket_full",
12 .desc = "Total number of EAGAIN error on sendto() calls" },
13 [QUIC_ST_SENDTO_ERR] = { .name = "quic_sendto_err",
14 .desc = "Total number of error on sendto() calls, EAGAIN excepted" },
Frédéric Lécailleeb791452022-05-24 16:01:39 +020015 [QUIC_ST_LOST_PACKET] = { .name = "quic_lost_pkt",
16 .desc = "Total number of lost sent packets" },
Frédéric Lécaille3ccea6d2022-05-23 22:54:54 +020017 [QUIC_ST_TOO_SHORT_INITIAL_DGRAM] = { .name = "quic_too_short_dgram",
18 .desc = "Total number of too short dgrams with Initial packets" },
Frédéric Lécaillea58cafe2022-05-18 14:30:03 +020019 [QUIC_ST_RETRY_SENT] = { .name = "quic_retry_sent",
20 .desc = "Total number of Retry sent" },
21 [QUIC_ST_RETRY_VALIDATED] = { .name = "quic_retry_validated",
22 .desc = "Total number of validated Retry tokens" },
23 [QUIC_ST_RETRY_ERRORS] = { .name = "quic_retry_error",
24 .desc = "Total number of Retry tokens errors" },
Frédéric Lécailleeb791452022-05-24 16:01:39 +020025 [QUIC_ST_HALF_OPEN_CONN] = { .name = "quic_half_open_conn",
26 .desc = "Total number of half open connections" },
27 [QUIC_ST_HDSHK_FAIL] = { .name = "quic_hdshk_fail",
Frédéric Lécaillea58cafe2022-05-18 14:30:03 +020028 .desc = "Total number of handshake failures" },
Frédéric Lécailleeb791452022-05-24 16:01:39 +020029 [QUIC_ST_STATELESS_RESET_SENT] = { .name = "quic_stless_rst_sent",
30 .desc = "Total number of stateless reset packet sent" },
Frédéric Lécaille3ccea6d2022-05-23 22:54:54 +020031 /* Transport errors */
32 [QUIC_ST_TRANSP_ERR_NO_ERROR] = { .name = "quic_transp_err_no_error",
33 .desc = "Total number of NO_ERROR errors received" },
34 [QUIC_ST_TRANSP_ERR_INTERNAL_ERROR] = { .name = "quic_transp_err_internal_error",
35 .desc = "Total number of INTERNAL_ERROR errors received" },
36 [QUIC_ST_TRANSP_ERR_CONNECTION_REFUSED] = { .name = "quic_transp_err_connection_refused",
37 .desc = "Total number of CONNECTION_REFUSED errors received" },
38 [QUIC_ST_TRANSP_ERR_FLOW_CONTROL_ERROR] = { .name = "quic_transp_err_flow_control_error",
39 .desc = "Total number of FLOW_CONTROL_ERROR errors received" },
40 [QUIC_ST_TRANSP_ERR_STREAM_LIMIT_ERROR] = { .name = "quic_transp_err_stream_limit_error",
41 .desc = "Total number of STREAM_LIMIT_ERROR errors received" },
42 [QUIC_ST_TRANSP_ERR_STREAM_STATE_ERROR] = { .name = "quic_transp_err_stream_state_error",
43 .desc = "Total number of STREAM_STATE_ERROR errors received" },
44 [QUIC_ST_TRANSP_ERR_FINAL_SIZE_ERROR] = { .name = "quic_transp_err_final_size_error",
45 .desc = "Total number of FINAL_SIZE_ERROR errors received" },
46 [QUIC_ST_TRANSP_ERR_FRAME_ENCODING_ERROR] = { .name = "quic_transp_err_frame_encoding_error",
47 .desc = "Total number of FRAME_ENCODING_ERROR errors received" },
48 [QUIC_ST_TRANSP_ERR_TRANSPORT_PARAMETER_ERROR] = { .name = "quic_transp_err_transport_parameter_error",
49 .desc = "Total number of TRANSPORT_PARAMETER_ERROR errors received" },
50 [QUIC_ST_TRANSP_ERR_CONNECTION_ID_LIMIT_ERROR] = { .name = "quic_transp_err_connection_id_limit",
51 .desc = "Total number of CONNECTION_ID_LIMIT_ERROR errors received" },
52 [QUIC_ST_TRANSP_ERR_PROTOCOL_VIOLATION] = { .name = "quic_transp_err_protocol_violation_error",
53 .desc = "Total number of PROTOCOL_VIOLATION errors received" },
54 [QUIC_ST_TRANSP_ERR_INVALID_TOKEN] = { .name = "quic_transp_err_invalid_token",
55 .desc = "Total number of INVALID_TOKEN errors received" },
56 [QUIC_ST_TRANSP_ERR_APPLICATION_ERROR] = { .name = "quic_transp_err_application_error",
57 .desc = "Total number of APPLICATION_ERROR errors received" },
58 [QUIC_ST_TRANSP_ERR_CRYPTO_BUFFER_EXCEEDED] = { .name = "quic_transp_err_crypto_buffer_exceeded",
59 .desc = "Total number of CRYPTO_BUFFER_EXCEEDED errors received" },
60 [QUIC_ST_TRANSP_ERR_KEY_UPDATE_ERROR] = { .name = "quic_transp_err_key_update_error",
61 .desc = "Total number of KEY_UPDATE_ERROR errors received" },
62 [QUIC_ST_TRANSP_ERR_AEAD_LIMIT_REACHED] = { .name = "quic_transp_err_aead_limit_reached",
63 .desc = "Total number of AEAD_LIMIT_REACHED errors received" },
64 [QUIC_ST_TRANSP_ERR_NO_VIABLE_PATH] = { .name = "quic_transp_err_no_viable_path",
65 .desc = "Total number of NO_VIABLE_PATH errors received" },
66 [QUIC_ST_TRANSP_ERR_CRYPTO_ERROR] = { .name = "quic_transp_err_crypto_error",
67 .desc = "Total number of CRYPTO_ERROR errors received" },
68 [QUIC_ST_TRANSP_ERR_UNKNOWN_ERROR] = { .name = "quic_transp_err_unknown_error",
69 .desc = "Total number of UNKNOWN_ERROR errors received" },
Frédéric Lécaillea58cafe2022-05-18 14:30:03 +020070 /* Streams related counters */
71 [QUIC_ST_DATA_BLOCKED] = { .name = "quic_data_blocked",
Frédéric Lécailleeb791452022-05-24 16:01:39 +020072 .desc = "Total number of received DATA_BLOCKED frames" },
Frédéric Lécaillea58cafe2022-05-18 14:30:03 +020073 [QUIC_ST_STREAM_DATA_BLOCKED] = { .name = "quic_stream_data_blocked",
Frédéric Lécailleeb791452022-05-24 16:01:39 +020074 .desc = "Total number of received STREAMS_BLOCKED frames" },
Frédéric Lécaillea58cafe2022-05-18 14:30:03 +020075 [QUIC_ST_STREAMS_DATA_BLOCKED_BIDI] = { .name = "quic_streams_data_blocked_bidi",
Frédéric Lécailleeb791452022-05-24 16:01:39 +020076 .desc = "Total number of received STREAM_DATA_BLOCKED_BIDI frames" },
Frédéric Lécaille483499d2022-06-20 14:35:40 +020077 [QUIC_ST_STREAMS_DATA_BLOCKED_UNI] = { .name = "quic_streams_data_blocked_uni",
Frédéric Lécailleeb791452022-05-24 16:01:39 +020078 .desc = "Total number of received STREAM_DATA_BLOCKED_UNI frames" },
Frédéric Lécaillea58cafe2022-05-18 14:30:03 +020079};
80
81struct quic_counters quic_counters;
82
83static void quic_fill_stats(void *data, struct field *stats)
84{
85 struct quic_counters *counters = data;
86
Frédéric Lécailleeb791452022-05-24 16:01:39 +020087 stats[QUIC_ST_DROPPED_PACKET] = mkf_u64(FN_COUNTER, counters->dropped_pkt);
Frédéric Lécaille45a16292022-06-29 12:03:34 +020088 stats[QUIC_ST_DROPPED_PACKET_BUFOVERRUN] = mkf_u64(FN_COUNTER, counters->dropped_pkt_bufoverrun);
Frédéric Lécailleeb791452022-05-24 16:01:39 +020089 stats[QUIC_ST_DROPPED_PARSING] = mkf_u64(FN_COUNTER, counters->dropped_parsing);
Frédéric Lécaille8ecb7362022-08-04 12:00:00 +020090 stats[QUIC_ST_SOCKET_FULL] = mkf_u64(FN_COUNTER, counters->socket_full);
91 stats[QUIC_ST_SENDTO_ERR] = mkf_u64(FN_COUNTER, counters->sendto_err);
Frédéric Lécailleeb791452022-05-24 16:01:39 +020092 stats[QUIC_ST_LOST_PACKET] = mkf_u64(FN_COUNTER, counters->lost_pkt);
Frédéric Lécaille3ccea6d2022-05-23 22:54:54 +020093 stats[QUIC_ST_TOO_SHORT_INITIAL_DGRAM] = mkf_u64(FN_COUNTER, counters->too_short_initial_dgram);
Frédéric Lécaillea58cafe2022-05-18 14:30:03 +020094 stats[QUIC_ST_RETRY_SENT] = mkf_u64(FN_COUNTER, counters->retry_sent);
95 stats[QUIC_ST_RETRY_VALIDATED] = mkf_u64(FN_COUNTER, counters->retry_validated);
96 stats[QUIC_ST_RETRY_ERRORS] = mkf_u64(FN_COUNTER, counters->retry_error);
Frédéric Lécailleeb791452022-05-24 16:01:39 +020097 stats[QUIC_ST_HALF_OPEN_CONN] = mkf_u64(FN_GAUGE, counters->half_open_conn);
98 stats[QUIC_ST_HDSHK_FAIL] = mkf_u64(FN_COUNTER, counters->hdshk_fail);
99 stats[QUIC_ST_STATELESS_RESET_SENT] = mkf_u64(FN_COUNTER, counters->stateless_reset_sent);
Frédéric Lécaille3ccea6d2022-05-23 22:54:54 +0200100 /* Transport errors */
101 stats[QUIC_ST_TRANSP_ERR_NO_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_no_error);
102 stats[QUIC_ST_TRANSP_ERR_INTERNAL_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_internal_error);
103 stats[QUIC_ST_TRANSP_ERR_CONNECTION_REFUSED] = mkf_u64(FN_COUNTER, counters->quic_transp_err_connection_refused);
104 stats[QUIC_ST_TRANSP_ERR_FLOW_CONTROL_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_flow_control_error);
105 stats[QUIC_ST_TRANSP_ERR_STREAM_LIMIT_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_stream_limit_error);
106 stats[QUIC_ST_TRANSP_ERR_STREAM_STATE_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_stream_state_error);
107 stats[QUIC_ST_TRANSP_ERR_FINAL_SIZE_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_final_size_error);
108 stats[QUIC_ST_TRANSP_ERR_FRAME_ENCODING_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_frame_encoding_error);
109 stats[QUIC_ST_TRANSP_ERR_TRANSPORT_PARAMETER_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_transport_parameter_error);
110 stats[QUIC_ST_TRANSP_ERR_CONNECTION_ID_LIMIT_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_connection_id_limit);
111 stats[QUIC_ST_TRANSP_ERR_PROTOCOL_VIOLATION] = mkf_u64(FN_COUNTER, counters->quic_transp_err_protocol_violation);
112 stats[QUIC_ST_TRANSP_ERR_INVALID_TOKEN] = mkf_u64(FN_COUNTER, counters->quic_transp_err_invalid_token);
113 stats[QUIC_ST_TRANSP_ERR_APPLICATION_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_application_error);
114 stats[QUIC_ST_TRANSP_ERR_CRYPTO_BUFFER_EXCEEDED] = mkf_u64(FN_COUNTER, counters->quic_transp_err_crypto_buffer_exceeded);
115 stats[QUIC_ST_TRANSP_ERR_KEY_UPDATE_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_key_update_error);
116 stats[QUIC_ST_TRANSP_ERR_AEAD_LIMIT_REACHED] = mkf_u64(FN_COUNTER, counters->quic_transp_err_aead_limit_reached);
117 stats[QUIC_ST_TRANSP_ERR_NO_VIABLE_PATH] = mkf_u64(FN_COUNTER, counters->quic_transp_err_no_viable_path);
118 stats[QUIC_ST_TRANSP_ERR_CRYPTO_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_crypto_error);
119 stats[QUIC_ST_TRANSP_ERR_UNKNOWN_ERROR] = mkf_u64(FN_COUNTER, counters->quic_transp_err_unknown_error);
Frédéric Lécaillea58cafe2022-05-18 14:30:03 +0200120 /* Streams related counters */
121 stats[QUIC_ST_DATA_BLOCKED] = mkf_u64(FN_COUNTER, counters->data_blocked);
122 stats[QUIC_ST_STREAM_DATA_BLOCKED] = mkf_u64(FN_COUNTER, counters->stream_data_blocked);
123 stats[QUIC_ST_STREAMS_DATA_BLOCKED_BIDI] = mkf_u64(FN_COUNTER, counters->streams_data_blocked_bidi);
124 stats[QUIC_ST_STREAMS_DATA_BLOCKED_UNI] = mkf_u64(FN_COUNTER, counters->streams_data_blocked_uni);
125}
126
127struct stats_module quic_stats_module = {
128 .name = "quic",
129 .fill_stats = quic_fill_stats,
130 .stats = quic_stats,
131 .stats_count = QUIC_STATS_COUNT,
132 .counters = &quic_counters,
133 .counters_size = sizeof(quic_counters),
134 .domain_flags = MK_STATS_PROXY_DOMAIN(STATS_PX_CAP_FE),
135 .clearable = 1,
136};
137
138INITCALL1(STG_REGISTER, stats_register_module, &quic_stats_module);
Frédéric Lécaille3ccea6d2022-05-23 22:54:54 +0200139
140void quic_stats_transp_err_count_inc(struct quic_counters *ctrs, int error_code)
141{
142 switch (error_code) {
143 case QC_ERR_NO_ERROR:
144 HA_ATOMIC_INC(&ctrs->quic_transp_err_no_error);
145 break;
146 case QC_ERR_INTERNAL_ERROR:
147 HA_ATOMIC_INC(&ctrs->quic_transp_err_internal_error);
148 break;
149 case QC_ERR_CONNECTION_REFUSED:
150 HA_ATOMIC_INC(&ctrs->quic_transp_err_connection_refused);
151 break;
152 case QC_ERR_FLOW_CONTROL_ERROR:
153 HA_ATOMIC_INC(&ctrs->quic_transp_err_flow_control_error);
154 break;
155 case QC_ERR_STREAM_LIMIT_ERROR:
156 HA_ATOMIC_INC(&ctrs->quic_transp_err_stream_limit_error);
157 break;
158 case QC_ERR_STREAM_STATE_ERROR:
159 HA_ATOMIC_INC(&ctrs->quic_transp_err_stream_state_error);
160 break;
161 case QC_ERR_FINAL_SIZE_ERROR:
162 HA_ATOMIC_INC(&ctrs->quic_transp_err_final_size_error);
163 break;
164 case QC_ERR_FRAME_ENCODING_ERROR:
165 HA_ATOMIC_INC(&ctrs->quic_transp_err_frame_encoding_error);
166 break;
167 case QC_ERR_TRANSPORT_PARAMETER_ERROR:
168 HA_ATOMIC_INC(&ctrs->quic_transp_err_transport_parameter_error);
169 break;
170 case QC_ERR_CONNECTION_ID_LIMIT_ERROR:
171 HA_ATOMIC_INC(&ctrs->quic_transp_err_connection_id_limit);
172 break;
173 case QC_ERR_PROTOCOL_VIOLATION:
174 HA_ATOMIC_INC(&ctrs->quic_transp_err_protocol_violation);
175 break;
176 case QC_ERR_INVALID_TOKEN:
177 HA_ATOMIC_INC(&ctrs->quic_transp_err_invalid_token);
178 break;
179 case QC_ERR_APPLICATION_ERROR:
180 HA_ATOMIC_INC(&ctrs->quic_transp_err_application_error);
181 break;
182 case QC_ERR_CRYPTO_BUFFER_EXCEEDED:
183 HA_ATOMIC_INC(&ctrs->quic_transp_err_crypto_buffer_exceeded);
184 break;
185 case QC_ERR_KEY_UPDATE_ERROR:
186 HA_ATOMIC_INC(&ctrs->quic_transp_err_key_update_error);
187 break;
188 case QC_ERR_AEAD_LIMIT_REACHED:
189 HA_ATOMIC_INC(&ctrs->quic_transp_err_aead_limit_reached);
190 break;
191 case QC_ERR_NO_VIABLE_PATH:
192 HA_ATOMIC_INC(&ctrs->quic_transp_err_no_viable_path);
193 break;
194 default:
195 if (error_code >= 0x100 && error_code <= 0x1ff)
196 HA_ATOMIC_INC(&ctrs->quic_transp_err_crypto_error);
197 else
198 HA_ATOMIC_INC(&ctrs->quic_transp_err_unknown_error);
199 }
200}