Flip T3 to substrate-initiated actuator commands

This commit is contained in:
Valère Plantevin
2026-05-13 15:03:23 -04:00
parent 272d3b3c59
commit baa075fe0f
22 changed files with 1003 additions and 749 deletions

View File

@@ -55,13 +55,15 @@
},
{
"id": 4,
"title": "T3 — no handler events (cumulative)",
"title": "T3 outbound — dropped + no-route (cumulative)",
"type": "stat",
"gridPos": { "h": 4, "w": 6, "x": 18, "y": 0 },
"datasource": { "type": "prometheus", "uid": "${datasource}" },
"fieldConfig": { "defaults": { "unit": "short" } },
"targets": [
{ "expr": "substrate_t3_no_handler_total", "refId": "A", "legendFormat": "no_handler" }
{ "expr": "substrate_t3_outbound_dropped_total", "refId": "A", "legendFormat": "dropped" },
{ "expr": "substrate_t3_outbound_no_route_total", "refId": "B", "legendFormat": "no_route" },
{ "expr": "substrate_t3_outbound_errors_total", "refId": "C", "legendFormat": "errors" }
]
},
{