You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: instrumentation/jmx-metrics/library/src/main/java/io/opentelemetry/instrumentation/jmx/engine/MetricRegistrar.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ void enrollExtractor(
71
71
Stringunit = metricInfo.getUnit();
72
72
73
73
switch (instrumentType) {
74
-
// CHECKSTYLE:OFF
74
+
// CHECKSTYLE:OFF
75
75
caseCOUNTER:
76
76
{
77
77
// CHECKSTYLE:ON
@@ -88,7 +88,7 @@ void enrollExtractor(
88
88
}
89
89
break;
90
90
91
-
// CHECKSTYLE:OFF
91
+
// CHECKSTYLE:OFF
92
92
caseUPDOWNCOUNTER:
93
93
{
94
94
// CHECKSTYLE:ON
@@ -105,7 +105,7 @@ void enrollExtractor(
105
105
}
106
106
break;
107
107
108
-
// CHECKSTYLE:OFF
108
+
// CHECKSTYLE:OFF
109
109
caseGAUGE:
110
110
{
111
111
// CHECKSTYLE:ON
@@ -121,7 +121,7 @@ void enrollExtractor(
121
121
logger.log(INFO, "Created Gauge for {0}", metricName);
Copy file name to clipboardexpand all lines: instrumentation/kotlinx-coroutines/kotlinx-coroutines-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/kotlinxcoroutines/instrumentationannotations/ExpandFramesClassVisitor.java
Copy file name to clipboardexpand all lines: instrumentation/kotlinx-coroutines/kotlinx-coroutines-1.0/javaagent/src/test/kotlin/io/opentelemetry/javaagent/instrumentation/kotlinxcoroutines/KotlinCoroutinesInstrumentationTest.kt
+2-6
Original file line number
Diff line number
Diff line change
@@ -461,9 +461,7 @@ class KotlinCoroutinesInstrumentationTest {
461
461
tracer.spanBuilder(opName).startSpan().end()
462
462
}
463
463
464
-
privatefun <T> runTest(dispatcherWrapper:DispatcherWrapper, block:suspendCoroutineScope.() ->T): T {
Copy file name to clipboardexpand all lines: instrumentation/kotlinx-coroutines/kotlinx-coroutines-flow-1.3/javaagent-kotlin/src/main/kotlin/io/opentelemetry/javaagent/instrumentation/kotlinxcoroutines/flow/FlowUtil.kt
Copy file name to clipboardexpand all lines: instrumentation/kotlinx-coroutines/kotlinx-coroutines-flow-1.3/javaagent/src/test/kotlin/io/opentelemetry/javaagent/instrumentation/kotlinxcoroutines/KotlinCoroutines13InstrumentationTest.kt
+1-3
Original file line number
Diff line number
Diff line change
@@ -185,9 +185,7 @@ class KotlinCoroutines13InstrumentationTest {
185
185
tracer.spanBuilder(opName).startSpan().end()
186
186
}
187
187
188
-
privatefun <T> runTest(dispatcherWrapper:DispatcherWrapper, block:suspendCoroutineScope.() ->T): T {
Copy file name to clipboardexpand all lines: instrumentation/ktor/ktor-1.0/library/src/main/kotlin/io/opentelemetry/instrumentation/ktor/v1_0/ApplicationRequestGetter.kt
Copy file name to clipboardexpand all lines: instrumentation/ktor/ktor-1.0/library/src/main/kotlin/io/opentelemetry/instrumentation/ktor/v1_0/KtorHttpServerAttributesGetter.kt
Copy file name to clipboardexpand all lines: instrumentation/ktor/ktor-1.0/library/src/main/kotlin/io/opentelemetry/instrumentation/ktor/v1_0/KtorServerTelemetry.kt
+6-4
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,12 @@ class KtorServerTelemetry private constructor(
Copy file name to clipboardexpand all lines: instrumentation/ktor/ktor-1.0/library/src/main/kotlin/io/opentelemetry/instrumentation/ktor/v1_0/KtorServerTracing.kt
+6-4
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,12 @@ class KtorServerTracing private constructor(
0 commit comments