Skip to content

Commit bf3361c

Browse files
ankiagaolavloite
andauthored
Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java
Co-authored-by: Knut Olav Løite <[email protected]>
1 parent 5de71f8 commit bf3361c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ class ConnectionProperties {
299299
ENABLE_END_TO_END_TRACING_PROPERTY_NAME,
300300
"Enable end-to-end tracing (true/false) to generate traces for both the time "
301301
+ "that is spent in the client, as well as time that is spent in the Spanner server. "
302-
+ "Server side traces would always go to Google Cloud Trace so to see end to end traces, "
303-
+ "client should choose an exporter that exports the traces to Google Cloud Trace.",
302+
+ "Server side traces can only go to Google Cloud Trace, so to see end to end traces, "
303+
+ "the application should configure an exporter that exports the traces to Google Cloud Trace.",
304304
DEFAULT_ENABLE_END_TO_END_TRACING,
305305
BooleanConverter.INSTANCE,
306306
Context.STARTUP);

0 commit comments

Comments
 (0)