File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -54,18 +54,15 @@ public class SpanTracerFactory implements ApiTracerFactory {
5454 private final ApiTracerContext apiTracerContext ;
5555
5656 /**
57- * Warning: Traces may contain sensitive data such as resource names, full
58- * URLs, and error messages.
57+ * Warning: Traces may contain sensitive data such as resource names, full URLs, and error
58+ * messages.
5959 *
60- * <p>Before configuring subscribers or exporters for traces, review the
61- * contents of the spans and consult the <a
62- * href="https://opentelemetry.io/docs/security/handling-sensitive-data/">
63- * OpenTelemetry documentation</a> to set up filters and formatters to
64- * prevent leaking sensitive information, depending on your intended use
65- * case.
60+ * <p>Before configuring subscribers or exporters for traces, review the contents of the spans and
61+ * consult the <a href="https://opentelemetry.io/docs/security/handling-sensitive-data/">
62+ * OpenTelemetry documentation</a> to set up filters and formatters to prevent leaking sensitive
63+ * information, depending on your intended use case.
6664 *
67- * <p>See also the <a
68- * href="https://opentelemetry.io/docs/concepts/semantic-conventions/">
65+ * <p>See also the <a href="https://opentelemetry.io/docs/concepts/semantic-conventions/">
6966 * OpenTelemetry Semantic Conventions</a>.
7067 */
7168 public SpanTracerFactory (OpenTelemetry openTelemetry ) {
You can’t perform that action at this time.
0 commit comments