Skip to content
All projects

OpenTelemetry & LGTM Platform

Cloud-native observability stack using OpenTelemetry Collectors in agent and gateway patterns, feeding the LGTM stack for unified metrics, logs and distributed tracing.

Source code
  • OpenTelemetry
  • LGTM Stack
  • Prometheus
  • Grafana
  • Loki
  • Tempo

The problem

Telemetry ends up coupled to whichever vendor was chosen first — instrumentation is rewritten every time the backend changes, and metrics, logs and traces stay in three unconnected tools.

Constraints

Architecture

Source

Microservices on EKS
OTel instrumentation

Collect

OTel Collector
Receivers
Processors / Exporters

Store

Prometheus — metrics
Loki — logs
Tempo — traces
Grafana — unified query and alerting

Key decisions

What was chosen, what it was chosen over, and why.

Also decided

  • A dedicated observability clusternotCo-locating the backend with the workloads

    The platform team owns routing, sampling, dashboards and cost controls on isolated node groups, so a workload cluster incident does not take down the tooling you need to debug it.

  • Specialised backends behind one GrafananotA single general-purpose store

    Metrics, logs and traces have genuinely different retention and query shapes. Grafana unifies them at the point of use, so the split costs nothing where it would be felt.