Hello Michael Smith,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23024
to look at the new patch set (#4).
Change subject: IMPALA-13235: Update Opentelemetry C++ SDK Build Options
......................................................................
IMPALA-13235: Update Opentelemetry C++ SDK Build Options
The BUILD_SHARED_LIBS option is now OFF as using the shared library
was forcing that library to be added to LD_LIBRARY_PATH.
The WITH_THREAD_INSTRUMENTATION_PREVIEW option is now ON as this
experimental option provides hooks for logging detailed information
about the internal threads of the OTLP HTTP exporter. Using this
feature requires adding specific code to activate it.
The WITH_OTLP_FILE option is now ON so the static libraries build
with support for exporting telemetry data to a file (which will be
used during Impala testing).
Change-Id: I46c53184204a0feb87b391ff7fe949bdb2812c58
---
M source/opentelemetry-cpp/build.sh
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/native-toolchain
refs/changes/24/23024/4
--
To view, visit http://gerrit.cloudera.org:8080/23024
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: native-toolchain
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I46c53184204a0feb87b391ff7fe949bdb2812c58
Gerrit-Change-Number: 23024
Gerrit-PatchSet: 4
Gerrit-Owner: Jason Fehr <[email protected]>
Gerrit-Reviewer: Jason Fehr <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>