Skip to content

Commit

Permalink
fixed error in example code (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
oertl authored Jan 22, 2021
1 parent d516879 commit 3b5a06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For example:

```java
SdkTracerProvider sdkTracerProvider = SdkTracerProvider.builder()
.addSpanProcessor(BatchSpanProcessor.builder(OtlpGrpcSpanExporter.builder().build()))
.addSpanProcessor(BatchSpanProcessor.builder(OtlpGrpcSpanExporter.builder().build()).build())
.build();

OpenTelemetry openTelemetry = OpenTelemetrySdk.builder()
Expand Down

0 comments on commit 3b5a06f

Please sign in to comment.