Charles Korn
Charles Korn
Previously, this action expected the provided tag to already exist, but with this change, the action will now create the tag if it doesn't exist or update the tag if...
Resolves https://github.com/open-telemetry/opentelemetry-go-contrib/issues/611.
I expected `otelhttp.WithRouteTag()` to set the route tag for both traces and metrics, but it appears to only set the route tag for traces. Happy to submit a PR to...
The `net/http/otelhttp` handler automatically emits metrics for request size, response size and server latency. However, these do not include units or descriptions. Would it be possible for these to be...
`Dispatchers.IO` is only available for Kotlin/JVM according to [the docs](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-dispatchers/-i-o.html). It would be great to have this available on Kotlin/Native, as this would make it easier to share code between...
**Which version of Kotest are you using** v5.3.0 Example test: ```kotlin class AssertionModeTest : FunSpec() { override fun assertionMode() = AssertionMode.Error init { test("make an assertion from another thread") {...
**Which version of Kotest are you using?** 5.3.1 I've just upgraded to Kotlin 1.7 and Kotest 5.3.1, and I'm getting errors like these from Gradle when trying to run my...
I can see #327 added support for the multiplatform project model, but I can't see any references to Kotlin/Native. Is this something you plan to support? If so, do you...
I'm not sure if this is something in my setup or an issue in Spek, but when I run the tests in https://github.com/charleskorn/batect with `./gradlew app:test`, Gradle seems to pause...
I've just tried to upgrade a project that was using version 6.5.2 of the Gradle plugin to 6.6.0 or 6.6.1. This works fine everywhere except for the Windows CI build...