Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nareshz committed Sep 27, 2024
1 parent 117c279 commit a982c69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1434,8 +1434,8 @@ public Builder setEnableExtendedTracing(boolean enableExtendedTracing) {
/**
* Sets whether to enable end to end tracing. Enabling this option will create the
* trace spans at the Spanner layer. By default, end to end tracing is disabled.
* Enabling end to end tracing requires OpenTelemetry to be set up properly. Simply
* enabling this option won't generate traces at Spanner layer.
* Enabling end to end tracing requires OpenTelemetry to be set up. Simply enabling
* this option won't generate traces at Spanner layer.
*/
public Builder setEnableEndToEndTracing(boolean enableEndToEndTracing) {
this.enableEndToEndTracing = enableEndToEndTracing;
Expand Down

0 comments on commit a982c69

Please sign in to comment.