ndimiduk opened a new pull request, #4603:
URL: https://github.com/apache/hbase/pull/4603
* Take advantage of the fact that OpenTelemetry can read its configuration
from environment
variables and make use of this where possible, only falling back to
passing properties into the
process launch configuration when it's necessary. DRY up tracing
configuration and make it
easier to manage in a container environment.
* Replace `HBASE_TRACE_OPTS`, which used to act as both a feature flag and a
baseline for
configuration shared across processes. Instead, use
`HBASE_OTEL_TRACING_ENABLED` as a feature
flag, and let configuration reuse be handled via the environment variables
that otel supports
naively.
* Add further explanation for how to write your configuration for our
different deployment
modes (standalone, pseudo-distributed, fully distributed) and in different
environments.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]