Why launch OpenTelemetry for Kotlin? Kotlin Multiplatform (KMP) allows running Kotlin code on many different platforms, such as browser, server, and desktop environments. Traditionally Kotlin has been most popular on Android and the JVM, but with the advent of KMP the number of folks using it to share code between different platforms has been steadily growing. Embrace has opened a proposal to donate a Kotlin implementation of the OpenTelemetry specification that can be used in KMP projects. T...