Meet the Author

Jessica Kerr
Senior Manager, Developer Relations
Jess is a symmathecist, in the medium of code. She sees development teams as learning systems made of people and running software. If we make that software teach us what's happening, it's a better teammate. And if this process makes us into systems thinkers, we can be better persons in the world.
Explore Author's Blog

Ask Miss O11y: Making Sense of OpenTelemetry—Tracer and TracerProvider
“There’s a lot to understand in OpenTelemetry; for instance, what is the difference between a Tracer and a TracerProvider? How should I use them?” OpenTelemetry is a strong standard for instrumentation because it is…

Ask Miss O11y: Pre-production Environments
Should we build and run the full observability stack in pre-prod? How much realism vs. waiting for prod? Answer: Yes. You absolutely want observability in pre-production environments—local, dev, performance test, staging, CI, everywhere. Why?…

Ask Miss O11y: Observability Without Manual Tracing
I think my biggest question is: How do I introduce observability without manually weaving tracing-related code throughout my codebase since that adds a lot of noise? TL;DR: Use auto-instrumentation from OpenTelemetry. Traces will happen….