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
Copy file name to clipboardExpand all lines: sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing/OpenTelemetryTracingFactory.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,18 @@ public class OpenTelemetryTracingFactory implements ApiTracerFactory {
53
53
privatefinalOpenTelemetryopenTelemetry;
54
54
privatefinalApiTracerContextapiTracerContext;
55
55
56
+
/**
57
+
* Warning: Traces may contain sensitive data such as resource names, full URLs, and error
58
+
* messages.
59
+
*
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.
64
+
*
65
+
* <p>See also the <a href="https://opentelemetry.io/docs/concepts/semantic-conventions/">
0 commit comments