About 7 results
https://aparker.io/the-haters-guide-to-opentelemetry · 10 Jun 2024
I recently presented a talk at Monitorama 2024 titled 'The Hater's Guide to OpenTelemetry'. The slides for that talk are available at https://austinlparker.github.io/monitorama-2024.
https://aparker.io/lessons-learned-from-learning-opentelemetry · 11 Feb 2024
I'm knee-deep in production for Learning OpenTelemetry, releasing in just over a month. This is my second book, so I figured it was a good time to sit down and write up a couple of things I learned while writing this one, if only so when the writing bug ge...
https://aparker.io/what-do-we-mean-when-we-talk-about-opentelemetry · 3 Feb 2024
I'm motivated to write this post as a result of several discussions I've had over the past week or so prompted in part by the announcement of Elastic wanting to donate their profiling agent to the OpenTelemetry project. One of the bigger challenges around ...
https://aparker.io/otel-til-what-the-heck-is-instrumentation-anyway · 25 Jan 2024
Ever asked ChatGPT about OpenTelemetry? There's a pretty good chance that what it spits out at you started out as something I wrote, years ago. When the project started, I picked up where I left off maintaining the docs and website for OpenTracing and buil...
https://aparker.io/selling-the-vision · 13 Jan 2024
OpenTelemetry can be a difficult project to describe to people, because the gap between what it is today and what it will be tomorrow is very large. It's easy to stare at it from a distance, squint your eyes, and wonder what the hell we're doing over here....
https://aparker.io/parsing-apache2-access-logs-with-the-opentelemetry-collector · 6 Jan 2024
I couldn't find a ton of resources on this, but FYI -- the OpenTelemetry Collector's filelog receiver has a pretty robust regex parser built into it. Want to get your access.log files from Apache? Here's the config.
https://aparker.io/opentracing-for-asp-net-mvc-and-webapi · 13 Oct 2018
Preface - I really like what Microsoft is doing with .NET Core and ASP.NET Core.