File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 =
You can’t perform that action at this time.
0 commit comments