Skip to content

Commit ce515b0

Browse files
committed
./gradlew spotlessApply
1 parent 28bd154 commit ce515b0

File tree

1 file changed

+2
-2
lines changed
  • instrumentation/runtime-telemetry/runtime-telemetry-java17/library/src/main/java/io/opentelemetry/instrumentation/runtimemetrics/java17/internal/cpu

1 file changed

+2
-2
lines changed

instrumentation/runtime-telemetry/runtime-telemetry-java17/library/src/main/java/io/opentelemetry/instrumentation/runtimemetrics/java17/internal/cpu/LongLockHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ public void accept(RecordedEvent recordedEvent) {
5555
histogram.record(DurationUtil.toSeconds(recordedEvent.getDuration()), attributes);
5656
// What about the class name in MONITOR_CLASS ?
5757
// We can get a stack trace from the thread on the event
58-
//if (recordedEvent.hasField("eventThread")) {
58+
// if (recordedEvent.hasField("eventThread")) {
5959
// var eventThread = recordedEvent.getThread("eventThread");
60-
//}
60+
// }
6161
}
6262

6363
@Override

0 commit comments

Comments
 (0)