• Chen Tianjie's avatar
    Add two stats to count client input and output buffer oom. (#12476) · e3d4b30d
    Chen Tianjie authored
    Add these INFO metrics:
    * client_query_buffer_limit_disconnections
    * client_output_buffer_limit_disconnections
    
    Sometimes it is useful to monitor whether clients reaches size limit of
    query buffer and output buffer, to decide whether we need to adjust the
    buffer size limit or reduce client query payload.
    e3d4b30d
server.c 286 KB