Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jan 21, 2025
1 parent 980021f commit a84da73
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ public void setupOtel() {

otelTracer = openTelemetry.getTracer("test");
otelTracerDisabled = TracerProvider.noop().get("test");
shimTracer = Instrumentation
.create(new InstrumentationOptions().setTelemetryProvider(openTelemetry), new LibraryInstrumentationOptions("test"))
.getTracer();
shimTracer
= Instrumentation
.create(new InstrumentationOptions().setTelemetryProvider(openTelemetry),
new LibraryInstrumentationOptions("test"))
.getTracer();
shimTracerDisabled
= Instrumentation
.create(new InstrumentationOptions().setTelemetryProvider(OpenTelemetry.noop()),
Expand Down

0 comments on commit a84da73

Please sign in to comment.