Skip to content

Commit

Permalink
fix typo in inferred spans code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Sep 2, 2024
1 parent 378e59e commit 4f041e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inferred-spans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ SdkTracerProvider tracerProvider = SdkTracerProvider.builder()
.addSpanProcessor(BatchSpanProcessor.builder(OtlpGrpcSpanExporter.builder()
.setEndpoint("https://<clusterid>.apm.europe-west3.gcp.cloud.es.io:443")
.addHeader("Authorization", "Bearer <secrettoken>>")
.build()))
.build();
.build())).build();
inferredSpans.setTracerProvider(tracerProvider);
```

Expand Down

0 comments on commit 4f041e0

Please sign in to comment.