WenTao Ou

Results 31 issues of WenTao Ou

Refer to #128 It works for me for a long time, if there is any better solution, please just close this PR.

It's seems not support lua script command? Is key should be argv[3] when argv[0].to_s.downcase is "eval" or "evalsha1" in function **get_key_from_command(argv)**? I'm not familiar with ruby。so,I'll not try to push...

**Is your feature request related to a problem?** According to https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/file-exporter.md#file-storage-requirements . It we have file exporter, some projects need not depend on openssl, curl, or gRPC anymore. **Describe the...

area:exporter:otlp
do-not-stale
triage/accepted

Fixes #15111 Fixes #13751

Fixes #2482 ## Changes Please provide a brief description of the changes here. For significant contributions please make sure you have completed the following items: * [x] `CHANGELOG.md` updated for...

Fixes #2647 ## Changes Please provide a brief description of the changes here. + Use `nostd::enable_if_t` instead of `std::enable_if_t` For significant contributions please make sure you have completed the following...

**Describe your environment** Target system: iOS. Dependencies: + c-ares: 1.28.1 + libcurl 8.7.1 is built with c-ares + abseil-cpp: 20240116.2 **Steps to reproduce** ```bash '/opt/homebrew/Cellar/cmake/3.29.2/bin/cmake' '../../../../../third_party/packages/opentelemetry-cpp-v1.15.0' '-Wno-dev' '-DCMAKE_INSTALL_PREFIX=/Users/runner/work/cmake-toolset/cmake-toolset/test/third_party/install/ios-arm64-appleclang' '-G' 'Unix...

bug
needs-triage

**Describe your environment** Linux+GCC 4.8 **What is the expected behavior?** Build success **What is the actual behavior?** ``` cd /home/runner/work/cmake-toolset/cmake-toolset/test/build_jobs_dir/_deps/opentelemetry_cpp-v1.15.0/linux-x86_64-gnu/sdk/src/trace && /usr/bin/g++-4.8 -DENABLE_ASYNC_EXPORT -DENABLE_METRICS_EXEMPLAR_PREVIEW -DHAVE_ABSEIL -DOPENTELEMETRY_ABI_VERSION_NO=1 -D__CLANG_SUPPORT_DYN_ANNOTATION__ -I/home/runner/work/cmake-toolset/cmake-toolset/test/build_jobs_dir/_deps/opentelemetry_cpp-v1.15.0/linux-x86_64-gnu/generated/third_party/opentelemetry-proto -I/home/runner/work/cmake-toolset/cmake-toolset/test/third_party/packages/opentelemetry-cpp-v1.15.0/api/include -I/home/runner/work/cmake-toolset/cmake-toolset/test/third_party/packages/opentelemetry-cpp-v1.15.0/sdk/include...

bug
needs-triage

Fixes #2574 May also fixes #2583 ## Changes + Using a sequence to check if a complete notification includes the datas when call `ForceFlush`. For significant contributions please make sure...

ok-to-merge

1. Now, We can use cmake to build pbc.(with all architecture supported) 2. add scripts to build pbc for iOS and Android --- I use this functions to create .a...