Open andrewkroh opened 1 month ago
The udp_read_buffer_length_gauge metric value comes directly from the value configured by the user in read_buffer.
udp_read_buffer_length_gauge
read_buffer
However, the actual socket read buffer can differ when
sysctl net.core.rmem_default
sysctl net.core.rmem_max
My request is to populate this metric with the actual receive buffer size.
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices)
The
udp_read_buffer_length_gauge
metric value comes directly from the value configured by the user inread_buffer
.However, the actual socket read buffer can differ when
sysctl net.core.rmem_default
)sysctl net.core.rmem_max
My request is to populate this metric with the actual receive buffer size.