This is an automated email from the ASF dual-hosted git repository.

michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 570ab71c9 IMPALA-14287: Resolve environment variables in REST server 
configurations
     new c0b358075 IMPALA-14372: Output OpenTelemetry SDK Logs to Impala Logs
     new 3d61c5ea9 IMPALA-14476: Workaround TSAN issue in KuduClient

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/observe/CMakeLists.txt                      |  1 +
 be/src/observe/otel-flags.cc                       |  4 +-
 be/src/observe/otel-instrument.h                   | 64 -----------------
 be/src/observe/otel-log-handler.cc                 | 82 ++++++++++++++++++++++
 .../otel-log-handler.h}                            | 30 +++-----
 be/src/observe/otel.cc                             | 42 ++++++-----
 bin/impala-config.sh                               |  4 +-
 tests/custom_cluster/test_otel_trace.py            | 20 +++++-
 8 files changed, 142 insertions(+), 105 deletions(-)
 delete mode 100644 be/src/observe/otel-instrument.h
 create mode 100644 be/src/observe/otel-log-handler.cc
 copy be/src/{codegen/llvm-codegen-object-cache.h => 
observe/otel-log-handler.h} (58%)

Reply via email to