Skip to content

Commit

Permalink
reformat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-dig committed Nov 14, 2022
1 parent 27ae3bb commit 8cc43ea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ public void sayHello(
.intercept(
GrpcTelemetry.builder(testing.getOpenTelemetry())
.addAttributeExtractor(new CustomAttributesExtractor())
.addClientAttributeExtractor(new CustomAttributesExtractorV2("clientSideValue"))
.addClientAttributeExtractor(
new CustomAttributesExtractorV2("clientSideValue"))
.build()
.newClientInterceptor()));

Expand Down

0 comments on commit 8cc43ea

Please sign in to comment.