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 @@ -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 );
You can’t perform that action at this time.
0 commit comments