#devops
Read more stories on Hashnode
Articles with this tag
I recently compared three OpenTelemetry approaches on the JVM: Java Agent v1, v2, and Micrometer. I used Kotlin and coroutines without overthinking. I...
In my earlier post about moving from Kotlin Scripting to Python, I mentioned several reasons: Separating the content from the script Kotlin...
I never moved away from Docker Desktop. For some time, after you use it to build an image, it prints a message: What's Next? View a summary of image...
In a few words, the idea of canary releases is to deliver a new software version to only a fraction of the users, analyze the results, and decide...
The OpenTelemetry Collector sits at the center of the OpenTelemetry architecture but is unrelated to the W3C Trace Context. In my tracing demo, I use...
One of my current talks focuses on Observability in general and Distributed Tracing in particular, with an OpenTelemetry implementation. In the demo,...