Skip to main content

Observability

9 articles tagged with Observability

Instrument an MCP Tool-Use Agent with OpenTelemetry Tracing in TypeScript

A hands-on TypeScript tutorial for making an autonomous, tool-using AI agent observable. You build a small, dependency-light agent loop and wrap it in OpenTelemetry traces — a root span per invocation, child spans for every model call and every MCP tool call, using the gen_ai.* and MCP semantic conventions — then prove the span tree with deterministic, in-memory tests. Runs offline with zero API keys.

24 min readMichael Eakins
TutorialTypeScriptOpenTelemetry+2

The AI Agent Infrastructure Crisis Nobody's Talking About - Why Your 2026 Deployment Will Fail

Enterprise AI agent deployments are hitting a brutal infrastructure wall in 2026. Kubernetes wasn't designed for stateful LLM reasoning, observability tools can't trace multi-step agent chains, and your monitoring stack will collapse under agentic workloads. Here's what's actually breaking and how to fix it before your production launch becomes a postmortem.

11 min readMichael Eakins
AI AgentsKubernetesInfrastructure+5

Service Mesh in 2026: Istio Ambient, Cilium eBPF, Linkerd, and the Sidecarless Revolution

The definitive 2026 guide to service mesh in cloud-native architectures. Covers Istio Ambient Mesh, Linkerd 2.17, Cilium Service Mesh with eBPF, sidecar vs sidecarless architectures, mTLS zero-trust networking, Gateway API, multi-cluster mesh, traffic management patterns, observability, and migration strategies for production Kubernetes environments.

25Michael Eakins
Service MeshCloud ArchitectureMicroservices+9

SRE for Distributed Microservices — Error Budgets, Incident Response, and the Observability Patterns That Actually Work at Scale

Site Reliability Engineering has evolved from Google's internal practice to the industry standard for operating distributed systems. But most organizations implement SRE wrong — cargo-culting error budgets without the cultural changes that make them work. A practical guide to SRE principles that actually improve reliability in microservice architectures, with real incident response frameworks and observability patterns.

9 min readMichael Eakins
SREMicroservicesIncident Response+5