Notes / Projects / Platform Shipsolid / 01 Platform Architecture / Designs

Data Plane Architecture

How telemetry flows from source to storage — the data plane.

Updated June 9, 2026 · §202606092046-9 ·

Data Plane Architecture

Purpose

How telemetry flows from source to storage — the data plane.

Flow

source -> OTel SDK / auto-instrumentation -> Alloy (collect/process/batch)
       -> OTLP/remote_write -> Grafana Cloud (Mimir | Loki | Tempo)

Components

StageComponentNotes
InstrumentationOpenTelemetrySDK + auto-instrumentation, vendor-neutral
CollectionGrafana AlloyPer-cluster DaemonSet + gateway; glc_ write tokens
MetricsMimirPrometheus remote_write
LogsLokiAlloy → Loki push
TracesTempoOTLP → Tempo

Write auth

Data-plane writes use glc_-prefixed access-policy tokens. The glsa_ service-account tokens are for API/management, not ingest — mixing them surfaces as 401s at the Mimir/Loki/Tempo write endpoints.

Processing & enrichment

[stub: dataplane-processing] — fill this in. Greppable doc-debt marker.

Local graph

Full graph →