Lauri Tulmin

Results 218 comments of Lauri Tulmin

This is probably going to require instrumentation for Debezium. [We'd welcome a contribution for this](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/ISSUES.md#contribution-welcome). Alternatively you may work with Debezium community and have opentelemetry support added there.

I'm not sure about the value of this. As far as I know Gregor has something broken in his setup that prevents him from debugging by just hitting the debug...

> agree - that's why I added "If you have trouble debugging tests in IntelliJ IDEA" even better would be a way to fix my setup - I've tried very...

Also see https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11092

Did you consider using something like ```java public final class CompositeAttributes implements Attributes { private final Attributes first; private final Attributes second; private CompositeAttributes(Attributes first, Attributes second) { this.first =...

@wgy035 have you had a chance to check whether composing the start and end attributes as described above would help?

closing and reopening to trigger checks

@tkyun123 the first thing you should work on is to get the build passing

> ![65d2ed75aecf43a376a4fa674830d9d](https://user-images.githubusercontent.com/57342308/237838657-cc9061df-0fff-4a9d-9ba7-203145c55995.png) I‘m confused about this muzzle check result,I‘m sure I do nothing to this instrumentation, How could I fix this delete https://github.com/tkyun123/opentelemetry-java-instrumentation/blob/085e840266fc3b6c5a0140f75874bbcea476ccac/build.gradle.kts#L102-L114