Jochen Schalanda
Jochen Schalanda
Do you want to give it a try and add it to the `otelbin-validation` package? 😃 https://github.com/dash0hq/otelbin/tree/main/packages/otelbin-validation#readme
Resolved via https://github.com/jetify-com/opensource/pull/537.
https://github.com/aws/aws-msk-iam-sasl-signer-go
https://github.com/aws/aws-msk-iam-sasl-signer-go
Kind of related to https://github.com/golang-migrate/migrate/pull/1132.
I got this pretty much working for most of the database drivers supported by golang-migrate. Example screenshot of a trace running the SQLite example migrations: @dhui It still needs some...
Latest update: - Source drivers are also instrumented now. While this doesn't make too much sense for the [`file`](https://github.com/golang-migrate/migrate/tree/v4.18.1/source/file) driver (reading migrations from the local filesystem), it does for remote...
@jkaflik Unfortunately the issue still exists in clickhouse-go v2.28.2.
Same issue with Quarkus 3.23.2, also using `quarkus-opentelemetry` and `quarkus-logging-json`.
@gsmet I just enabled the DEBUG level for `io.vertx.core.net.impl.ConnectionBase` and caught one stack trace so far: ```text io.netty.channel.StacklessClosedChannelException at io.netty.channel.AbstractChannel$AbstractUnsafe.write(Object, ChannelPromise)(Unknown Source) ``` https://github.com/netty/netty/blob/netty-4.1.121.Final/transport/src/main/java/io/netty/channel/AbstractChannel.java#L844-L881 Dependencies: - `io.netty:netty-transport:4.1.121.Final` - `io.vertx:vertx-core:4.5.16` -...