Skip to content

Commit d767ed9

Browse files
committed
reformat
1 parent 0304bd8 commit d767ed9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/instrumentation/jmx/rules/JvmTargetSystemTest.java

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,14 @@ void testJvmMetrics(String image) {
145145
.hasUnit("{cpu}")
146146
.isUpDownCounter()
147147
.hasDataPointsWithoutAttributes())
148-
.add("jvm.cpu.time", metric -> metric
149-
.hasDescription("CPU time used by the process as reported by the JVM.")
150-
.hasUnit("s")
151-
.isCounter()
152-
.hasDataPointsWithoutAttributes())
148+
.add(
149+
"jvm.cpu.time",
150+
metric ->
151+
metric
152+
.hasDescription("CPU time used by the process as reported by the JVM.")
153+
.hasUnit("s")
154+
.isCounter()
155+
.hasDataPointsWithoutAttributes())
153156
.add(
154157
"jvm.cpu.recent_utilization",
155158
metric ->

0 commit comments

Comments
 (0)