This repository was archived by the owner on Dec 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ Kotlin-Coroutines-1.2 - all 1.2.x and 1.3.x versions.
2727Kotlin-Coroutines-1.4 - all 1.4.x versions.
2828Kotlin-Coroutines-1.5 - all 1.5.x and 1.6.x versions.
2929Kotlin-Coroutines-1.7 - all 1.7.x versions.
30- Kotlin-Coroutines-1.8 - all 1.8.x versions and later.
3130
3231## Installation
3332To use this instrumentation.
@@ -50,8 +49,8 @@ The following things are captured as part of the instrumentation
5049| Item | Metric Name format | Example |
5150| ---- | ---- | ---- |
5251| Suspend Functions | Custom/SuspendFunction/* ContinuationString* | Custom/SuspendFunction/Continuation at com.nrlabs.WithContextKt.main$doTaskOne(WithContext.kt:12) |
53- | Dispatched Tasks | Custom/DispatchedTask | Custom/DispatchedTask/DispatchedContinuation[ Dispatchers.Default, Continuation at kotlin.coroutines.intrinsics.IntrinsicsKt__ IntrinsicsJvmKt$createCoroutineUnintercepted... |
54- | Continuation but not Suspend | Custom/
52+ | Dispatched Tasks | Custom/DispatchedTask// * ContinuationString * | Custom/DispatchedTask/DispatchedContinuation[ Dispatchers.Default, Continuation at kotlin.coroutines.intrinsics.IntrinsicsKt__ IntrinsicsJvmKt$createCoroutineUnintercepted... |
53+ | Continuation but not Suspend | Custom/ContinuationWrapper/ * ContinuationString * | |
5554
5655## Usage
5756
You can’t perform that action at this time.
0 commit comments