sources/libraries/telemetry/module.yaml (14 lines of code) (raw):
product: jvm/lib
apply:
- ../../common.module-template.yaml
- ../../used-in-idea.module-template.yaml
- ../../used-in-kotlin-notebook.module-template.yaml
dependencies:
- $libs.kotlinx.coroutines.core: exported # for CoroutineScope in the API
- $libs.opentelemetry.api: exported
- $libs.opentelemetry.kotlin: exported
- $libs.opentelemetry.sdk
settings:
kotlin:
serialization:
format: json