{
  "description": "This instrumentation enables context propagation for Kotlin coroutines and adds support for @WithSpan annotations on Kotlin suspend functions by default unless v3 preview mode is enabled.",
  "display_name": "Kotlin Coroutines",
  "features": [
    "CONTEXT_PROPAGATION"
  ],
  "has_javaagent": true,
  "javaagent_target_versions": [
    "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.3.9,)",
    "org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.0.0,1.3.8)"
  ],
  "library_link": "https://github.com/Kotlin/kotlinx.coroutines",
  "name": "kotlinx-coroutines-1.0",
  "scope": {
    "name": "io.opentelemetry.kotlinx-coroutines-1.0"
  },
  "source_path": "instrumentation/kotlinx-coroutines/kotlinx-coroutines-1.0"
}