File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -149,19 +149,6 @@ public Builder setEnableOpenTelemetryTracing(boolean enableOpenTelemetryTracing)
149149 /**
150150 * Sets the OpenTelemetry tracer for this BigQuery instance to be tracer.
151151 *
152- * <p><div class="warning"> Traces may contain sensitive data such as resource names, full URLs,
153- * and error messages.
154- *
155- * <p>Before configuring subscribers or exporters for traces, review the contents of the spans
156- * and consult the <a
157- * href="https://opentelemetry.io/docs/security/handling-sensitive-data/">OpenTelemetry
158- * documentation</a> to set up filters and formatters to prevent leaking sensitive information,
159- * depending on your intended use case.
160- *
161- * <p>See also: <a
162- * href="https://opentelemetry.io/docs/concepts/semantic-conventions/">OpenTelemetry Semantic
163- * Conventions</a> </div>
164- *
165152 * @param tracer OpenTelemetry tracer to be used
166153 */
167154 public Builder setOpenTelemetryTracer (Tracer tracer ) {
You can’t perform that action at this time.
0 commit comments