Zhao.wei
Zhao.wei
**Describe your environment** Mac docker run openresty/openresty:alpine **Steps to reproduce** 1. compile the otel so into image Dockerfile content ``` FROM openresty/openresty:alpine AS builder ENV HTTP_PROXY=http://host.docker.internal:7890 ENV HTTPS_PROXY=http://host.docker.internal:7890 ENV OPENTELEMETRY_VERSION...
``` /Users/weizhao/Downloads/ngx_php7/src/ngx_http_php_directive.c:381:5: error: use of undeclared identifier 'ndk_set_var_t' ndk_set_var_t filter; ^ /Users/weizhao/Downloads/ngx_php7/src/ngx_http_php_directive.c:395:5: error: use of undeclared identifier 'filter' filter.type = NDK_SET_VAR_MULTI_VALUE_DATA; ^ /Users/weizhao/Downloads/ngx_php7/src/ngx_http_php_directive.c:395:19: error: use of undeclared identifier 'NDK_SET_VAR_MULTI_VALUE_DATA' filter.type...
PHP 5.6.4 (cli) (built: Jan 22 2015 18:32:17) Linux slave-6 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux index.php: xhprof_enable(); ``` $test = array('test', 'test2');...
HTTP proxy OnRequest change the body . but get error info : ```` routines:CONNECT_CR_SRVR_HELLO:wrong version number ```` if I dont change anything, all fine. need some help thanks.
### Which OpenObserve functionalities are relevant/related to the feature request? log search, functions, metrics, traces ### Description Otel Collector has a [transformprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/transformprocessor) which allows configuring multiple context statements for traces,...
### Which OpenObserve functionalities are relevant/related to the feature request? _No response_ ### Description Typically, the interface logic for a trace list page involves two steps: 1. fetching the trace...
## Summary by CodeRabbit - **New Features** - Improved handling of trace IDs across various request processing functions, enhancing traceability and logging. - Enhanced logging for operations, providing clearer context...
### Which OpenObserve functionalities are relevant/related to the feature request? _No response_ ### Description When the ingester collects traces, there is only one stream. In the face of high concurrent...