OpenTelemetry series: Anatomy of an OTel span
This article provides a detailed breakdown of the anatomy of an OpenTelemetry span, explaining its core building blocks such as context, name, kind, and attributes. It illustrates …
This article provides a detailed breakdown of the anatomy of an OpenTelemetry span, explaining its core building blocks such as context, name, kind, and attributes. It illustrates …
Operational technology (OT) is critical for managing the physical infrastructure essential to society, such as power, water, and manufacturing, where system failures can have sever…
This article explains how OpenTelemetry uses traces and spans to provide end-to-end visibility into the journey of requests within complex distributed systems like microservices an…
To transform unreliable AI-generated code into production-ready software, organizations must move beyond simple prompting toward a multi-layered approach involving structured plann…
Koney is an open-source Kubernetes operator that automates cyber deception by deploying "honeytokens," or decoy files, across a cluster to catch attackers during unauthorized acces…
CISA’s new Binding Operational Directive (BOD) 26-04 mandates that U.S. federal agencies transition from using static severity scores to a risk-based vulnerability prioritization m…
This article explores how Dynatrace Smartscape on Grail uses a traversable, typed graph to model Kubernetes environments, providing SREs with a unified data model for observability…
This article explores how LLM evaluations provide a systematic framework for measuring the quality, accuracy, and safety of probabilistic AI models as they move from experimentatio…
SNAT exhaustion in Azure is a networking failure that often masquerades as an application bug, causing intermittent service timeouts that are difficult to diagnose. Dynatrace’s Azu…
Dynatrace provides a unified observability layer to help engineering teams monitor and manage the growing adoption of various AI coding agents, such as Claude Code, Gemini CLI, and…
The author argues that observability should be treated as a shared responsibility across all engineering roles—including developers, SREs, and DevOps—rather than the task of a cent…
The FM-Index is a data structure designed to provide both high compression and fast, flexible substring searching for large, static datasets like log files. The article introduces …