Skip to content

Commit 5de71f8

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

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/ConnectionOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,8 @@ static boolean isEnableTransactionalConnectionStateForPostgreSQL() {
545545
ENABLE_END_TO_END_TRACING_PROPERTY_NAME,
546546
"Enable end-to-end tracing (true/false) to generate traces for both the time "
547547
+ "that is spent in the client, as well as time that is spent in the Spanner server. "
548-
+ "Server side traces would always go to Google Cloud Trace so to see end to end traces, "
549-
+ "client should choose an exporter that exports the traces to Google Cloud Trace.",
548+
+ "Server side traces can only go to Google Cloud Trace, so to see end to end traces, "
549+
+ "the application should configure an exporter that exports the traces to Google Cloud Trace.",
550550
DEFAULT_ENABLE_END_TO_END_TRACING))));
551551

552552
private static final Set<ConnectionProperty> INTERNAL_PROPERTIES =

0 commit comments

Comments
 (0)