Every term in this hub.
This hub collects the observability terms in the Prefactor glossary. The tracing group is the core: traces, spans, and trace context are how a single agent run becomes an inspectable record. If you are instrumenting an agent for the first time, start there; nearly everything else in this hub consumes what tracing produces.
The monitoring and alerting group covers the operational layer: anomaly detection, dashboards, spend alerts, and the practices that turn raw telemetry into an early warning when an agent misbehaves. The pipeline group covers how the data moves: telemetry pipelines, logging infrastructure, and the plumbing decisions that determine whether the record is complete when someone finally needs it.
One honest caveat: observability tells you what happened, not whether it was good. That second question belongs to evaluation, and the two vocabularies overlap on purpose; drift, for example, is detected through observability and judged through evaluation. Where a term straddles the line, its related-terms list bridges the two hubs.
Terms are grouped below by the order teams adopt them: tracing first, then monitoring and alerting, then pipelines and infrastructure, then the analytics layer. Each entry links to its full definition, and the A-Z list on the main glossary page covers everything across clusters.
Tracing
Monitoring & alerting
Telemetry & pipelines
More agent observability terms
Common questions.
What is agent observability?
Agent observability is the ability to see what an agent actually did: every model call, tool invocation, and decision, captured as structured data you can query.
What is the difference between observability and evaluation?
Observability tells you what happened; evaluation tells you whether it was good. The two overlap deliberately: you cannot score what you never captured.