Java 17 – Artikel uit JAVA magazine 3 2021 Oracle heeft sinds Java SE …
Read More »OpenTelemetry Tracing on Spring Boot, Java Agent vs. Micrometer Tracing
Author: Nicolas Frankel Original post on Foojay: Read More My demo of OpenTelemetry Tracing features two Spring Boot components. One uses the Java agent, and I noticed a different behavior when I recently upgraded it from v1.x to v2.x. In the other one, I’m using Micrometer Tracing because I compile to GraalVM native, and it can’t process Java agents. I …
Read More »