Skip to content

Observability Overview

VION provides a built-in observability stack that collects metrics, logs, and traces from your edge gateways and makes them available through Grafana dashboards.

Architecture

Data Flow

  1. Edge components (Dale runtime, Mesh gateway) emit telemetry via the OpenTelemetry Protocol (OTLP)
  2. Alloy (the OpenTelemetry collector running on the gateway) receives, batches, and forwards telemetry to VION Cloud
  3. Mimir stores metrics (Prometheus-compatible) and Loki stores logs
  4. Grafana provides dashboards to query and visualize the data

What Data Is Available

Data TypeSourceStorageQuery Language
MetricsGateway health, component uptimeMimirPromQL
LogsStructured logs from all edge componentsLokiLogQL
TracesDistributed traces across componentsOpenTelemetry Collector

Tenant Isolation

All telemetry data is tagged with a tenant_id label. Each tenant can only see their own data — isolation is enforced at the Grafana level through teams and folders.