{
  "schemaVersion": 1,
  "bindings": {
    "collector": "127.0.0.1:4980",
    "prometheus": "127.0.0.1:9090",
    "kubeStateMetricsTunnel": "127.0.0.1:18080",
    "kubernetesProxy": "127.0.0.1:18081"
  },
  "sources": {
    "kubernetes": "k3s API current object authority",
    "prometheus": "Prometheus numeric metric authority",
    "ledger": "normalized agent-session ledger identity authority",
    "builds": "remote-build/controller record authority"
  },
  "queryIds": {
    "cpu": "container_cpu_usage_seconds_total rate, aggregated without image/id labels",
    "memory": "container_memory_working_set_bytes",
    "cpu-request": "kube_pod_container_resource_requests{resource=\"cpu\"}",
    "memory-request": "kube_pod_container_resource_requests{resource=\"memory\"}",
    "restarts": "kube_pod_container_status_restarts_total"
  },
  "coverage": {
    "present": "the named source and requested scope completed",
    "partial": "at least one named scope or series failed; completed scopes remain valid",
    "absent": "no current observation is available; numeric fields are null, never zero",
    "coverageFrom": "earliest source timestamp actually available for the requested range"
  }
}
