You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** If an application registers OpenTelemetry first, client spans are exported under that application's service name, not `client`.
140
+
141
+
## Dynamic Reconfiguration
142
+
143
+
You can update the following tracing properties at runtime on the OM, SCM, and Datanodes
144
+
without restarting the processes:
145
+
146
+
-`ozone.tracing.enabled`
147
+
-`ozone.tracing.endpoint`
148
+
-`ozone.tracing.sampler`
149
+
-`ozone.tracing.span.sampling`
150
+
-`ozone.tracing.client.application-aware`
151
+
152
+
> **Note:** S3 Gateway and the Ozone client do not support dynamic reconfiguration.
153
+
154
+
For more details on dynamic property reload, see [Dynamic Property Reload](../dynamic-property-reload).
155
+
156
+
## Quick Start
157
+
158
+
1. Start your Ozone cluster and a Jaeger collector.
159
+
2. Enable tracing and set the collector endpoint to your Jaeger OTLP receiver. See [Enabling Tracing](#enabling-tracing) and [Collector Endpoint Configuration](#collector-endpoint-configuration).
0 commit comments