File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -81,3 +81,8 @@ set HBASE_OPTS=%HBASE_OPTS% "-XX:+UseConcMarkSweepGC" "-Djava.net.preferIPv4Stac
81
81
82
82
@ rem Tell HBase whether it should manage it's own instance of ZooKeeper or not.
83
83
@ rem set HBASE_MANAGES_ZK=true
84
+
85
+ @ rem Uncomment to enable trace, you can change the options to use other exporters such as jaeger or
86
+ @ rem zipkin. See https://github.com/open-telemetry/opentelemetry-java-instrumentation on how to
87
+ @ rem configure exporters and other components through system properties.
88
+ @ rem set HBASE_TRACE_OPTS="-Dotel.resource.attributes=service.name=HBase -Dotel.traces.exporter=logging otel.metrics.exporter=none"
Original file line number Diff line number Diff line change 146
146
# export HBASE_JSHELL_ARGS="--startup DEFAULT --startup PRINTING --startup hbase_startup.jsh"
147
147
148
148
# Uncomment to enable trace, you can change the options to use other exporters such as jaeger or
149
- # zipkin. See https://github.com/open-telemetry/opentelemetry-java-instrumentation on how to config
150
- # exporters and other components through system properties.
151
- # export HBASE_TRACE_OPTS="-Dotel.config.sampler.probability=0.1 -Dotel.exporter=logging"
149
+ # zipkin. See https://github.com/open-telemetry/opentelemetry-java-instrumentation on how to
150
+ # configure exporters and other components through system properties.
151
+ # export HBASE_TRACE_OPTS="-Dotel.resource.attributes=service.name=HBase -Dotel.traces. exporter=logging otel.metrics.exporter=none "
You can’t perform that action at this time.
0 commit comments