Skip to content

Linkerd - Data Model

Context

Detailed technical specification for Data Model.

1. Default Topology / Flow

erDiagram
    Linkerd_CORE ||--o{ CONFIG : requires
    Linkerd_CORE ||--o{ STATE : writes
    CONFIG {
        string runtime_params
        string limits
    }
    STATE {
        string metric_id
        json payload
    }