Flip T3 to substrate-initiated actuator commands
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user