Ri Shen Chen

Results 8 issues of Ri Shen Chen

change max body to 1M

reqstat module 中的 ngx_http_reqstat_input_body_filter , 好像整个tengine 项目没有入口能够进入ngx_http_top_input_body_filter这个filter static ngx_int_t ngx_http_reqstat_init(ngx_conf_t *cf) { ngx_http_handler_pt *h; ngx_http_core_main_conf_t *cmcf; cmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_core_module); h = ngx_array_push(&cmcf->phases[NGX_HTTP_LOG_PHASE].handlers); if (h == NULL) { return NGX_ERROR;...

一个请求使用 ngx_http_upstream_check_add_dynamic_peer 成功之后 另一个请求马上使用upstream_check_delelte_dynamic_peer,回删除失败 实验如下 add server=172.31.0.3:18088 remove server=172.31.0.3:18088 应该是并发带来的问题 2018/02/09 15:37:36 [debug] 43320#0: http upstream check add [0], index=0, delete:0 2018/02/09 15:37:36 [debug] 43320#0: http upstream check add [1],...

Can not specify a `cluster` name for Clickhouse。 Since we're using a self-built Clickhouse cluster, the DBA will specify the appropriate name(such as `default` ). So we can not use...

## 环境 ``` Linux 5.15.0-1047-gcp #55~20.04.1-Ubuntu SMP Wed Nov 15 11:38:25 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ``` ## 当前存以下几个问题 1. Makefile 路径不对,导致无法正常编译 2. 当使用 ford 格式的时候,如果 nr_kip = 0;...

## Is your feature request related to a problem? *Please describe.* ## Describe the solution you'd like SigNoz Front Dashboard support Folder like Grafana ## Describe alternatives you've considered ##...

enhancement
dashboards

## Bug description *Please describe.* *If this affects the front-end, screenshots would be of great help.* Alert has issues when use time shift & formula likes. it works well in...

bug