Skip to main content

Observability: Three Layers, One Graph

This is the implementation guide for unified observability in regulated enterprises. Principles live in G.A.I.N Observability. This blueprint explains what to build: three layers, one observability graph, four capability planes, and a maturity path from reactive logs to business-aware operations.

THE CLAIM

A production observability stack connects business KPIs to service traces and infrastructure signals through correlation IDs and journey mapping. Dashboards consume the graph; they do not replace it.

What you are building

A unified observability framework is three layers plus a graph, a capability platform, and an operating model:

  1. Layer ① Business: KPIs and SLAs tied to named workflows, not orphan metrics
  2. Layer ② Service: golden signals, distributed traces, dependency graph, SLIs/SLOs
  3. Layer ③ Infrastructure: resource and platform health linked to service identities
  4. Observability graph: correlation from KPI → transaction → resource
  5. Capability platform: collection, correlation, intelligence, action
  6. Operating model: shared ownership across product, engineering, platform, SRE, architecture

Read the top row left to right: Business → Service → Infrastructure, then down through the observability graph and capability platform.

LayerComponentDecidesWhen
① BusinessJourney map + outcome SLOsWhy the customer or obligation movedPer named workflow
② ServiceGolden signals + tracesWhat failed in the request pathPer service hop
③ InfrastructureResource telemetryWhere saturation or faults livePer resource bound to a service

Layer ①: Business

The why: journeys, KPIs, outcome SLOs. Playbook: Business journey mapping.

Layer ① bar

Product and business operations own this layer. Platform teams support emission and storage; they do not define what success means for a regulated journey.

Five capabilities

  1. Name the journeys: revenue, risk, or regulation, not every screen
  2. KPIs per journey: payment success, first-touch resolution, verification completion
  3. Business events: checkout.payment.failed with principal and step
  4. Outcome SLOs: customer-completing-the-workflow, not host CPU
  5. Drop-off visibility: which step drives degradation

Playbook: Business journey mapping.


Layer ②: Service

The what: golden signals, traces, SLIs/SLOs. Playbook: Service golden signals.

Layer ② bar

Engineering and SRE own this layer. Every production service exposes mechanism-level truth: what failed, where latency entered, which dependencies broke.

Five capabilities

  1. Golden signals: latency, traffic, errors, saturation
  2. Distributed traces: one failed business event across all hops
  3. SLIs / SLOs: error budgets tied to the journey
  4. Dependency graph: which upstream caused the burn
  5. AI hop set: gateway, policy, retrieval, model, tool, and validation spans on agent paths

Playbook: Service golden signals. Related: G.A.I.N Observability.


Layer ③: Infrastructure

The where: resources bound to service identity. Playbook: Infrastructure telemetry.

Layer ③ bar

The goal is not more host graphs. It is binding resource stress to the services and journeys that consume those resources.

Five capabilities

  1. Service identity labels: every resource tagged to an owning service
  2. Compute: CPU throttle, memory pressure, OOM
  3. Orchestration: pod restarts, pending, eviction
  4. Network and storage: latency, loss, I/O wait, replication lag
  5. Data plane: connection pools, replica lag, lock waits

Playbook: Infrastructure telemetry.


The observability graph

The graph is the unifying artifact. It answers: when this KPI moved, which service transactions and which infra resources moved with it?

NodeCarriesExample
Business eventJourney step, outcome, principalcheckout.payment.failed
Service spanOperation, dependency, latency, errorPOST /paymentsfraud.check
Infra signalResource bindingdb-primary.cpu, pool.connections

Example flow: payment success drop

LayerObservation
BusinessPayment success rate 98% → 85% on checkout journey
ServicePayment API p95 latency up; fraud service timeouts; retry storms
InfrastructureDatabase CPU 95%; connection pool exhaustion

One incident narrative. No manual portal hopping.

AI workloads

For agent and RAG paths, service spans must include gateway, policy, retrieval, model, tool, and validation hops. See G.A.I.N Observability. The graph shape is the same; the span set is richer.

Capability model

Think in capabilities, not tools.

CapabilityOwnsDoes not own
① Data collectionMetrics, logs, traces, business events at sourceDashboard layout
② CorrelationTrace IDs, journey mapping, dependency graphAlert routing rules alone
③ IntelligenceAnomaly detection, SLO burn, trend analysisRunbook content
④ ActionRunbooks, incident automation, remediation hooks (mature)Business KPI definitions

Reference architecture (conceptual)


StageRegulated-enterprise default
SourcesStructured logs, OTel traces, business event bus, infra agents
PipelineEnrichment with service identity, tenant, journey ID; redaction before persistence
PlatformSeparate tiers for ops, quality, and audit retention
IntelligenceSLO burn-rate alerts, dependency-aware anomaly, business KPI thresholds
ConsumptionSRE dashboards, product journey views, regulator replay exports

Maturity model

Observability is not binary. Use this ladder to plan investment.

Observability maturity model from L0 Reactive through L5 Autonomous ops with characteristics and typical gaps

Regulated-enterprise target

Most firms should reach L3 broadly (business-aware, correlated graph) and L4 on tier-1 journeys before attempting L5. Autonomous remediation needs governance, audit trails, and blast-radius controls first.

LevelNameCharacteristicsTypical gap
0ReactiveLogs only, manual debuggingNo correlation
1MonitoringDashboards, static alertsSiloed layers
2ObservabilityMetrics + logs + tracesLayers still disconnected
3Business-awareKPIs mapped to services, journey visibilityLimited prediction
4PredictiveAnomaly detection, proactive alertsManual remediation
5Autonomous opsAutomated remediation, self-healing (select paths)Requires strong governance

Assessment playbook: Maturity assessment.

Design principles (governance rules)

RuleRationale
Every service emits structured logsParsing cost and alert quality
Every request carries a correlation IDGraph integrity
Every business KPI maps to system signalsBusiness-aware prioritization
Every alert has an owner and actionNo orphan pages
Every dashboard answers a decision questionPrevents sprawl
No telemetry without purposeCost and compliance

Playbook: Governance rules.

Operating model (summary)

RoleOwns
ProductBusiness KPIs, journey definitions, outcome SLOs
EngineeringService instrumentation, SLIs, dependency accuracy
PlatformObservability infrastructure, pipelines, retention tiers
SRE / reliabilityAlerting, incident response, error budgets
ArchitectureStandards, correlation model, maturity roadmap

Playbook: Operating model.

Playbook map

Layer / topicPlaybook
① Business journeysBusiness journey mapping
② Service golden signalsService golden signals
③ InfrastructureInfrastructure telemetry
Correlation graphCorrelation graph
GovernanceGovernance rules
MaturityMaturity assessment
OwnershipOperating model

Start at Observability playbooks overview.

DomainRelationship
G.A.I.N ObservabilityAI service-layer depth: capture, retention, audit
G.A.I.N EvaluationQuality and drift consumers of telemetry
PGAR audit and replayPolicy verdict chain as audit-tier signal