You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/12/24 02:38:11 UTC

[GitHub] [hbase] infraio commented on a change in pull request #2808: HBASE-25424 Find a way to config OpenTelemetry tracing without direct…

infraio commented on a change in pull request #2808:
URL: https://github.com/apache/hbase/pull/2808#discussion_r548355972



##########
File path: conf/hbase-env.sh
##########
@@ -142,3 +142,7 @@
 # Override text processing tools for use by these launch scripts.
 # export GREP="${GREP-grep}"
 # export SED="${SED-sed}"
+
+# Uncomment to enable trace, you can change the options to use other exporters such as jaeger or
+# zipkin
+# export HBASE_TRACE_OPTS="-Dotel.config.sampler.probability=0.1 -Dotel.exporter=logging"

Review comment:
       Can we add a url to show that how to config otel.exporter?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org