Files
ITWorx-Pulse-Public/fixtures/scenarios/storage-map-heatmap.json
T
ITWorx Pulse release export bd774932d5
Public source validation / validate (push) Failing after 3m8s
Publish ITWorx Pulse source
2026-09-03 02:09:19 +02:00

13 lines
710 B
JSON

{
"schemaVersion": 1,
"id": "storage-map-heatmap",
"name": "Storage map and temperature heatmap",
"description": "A 40-disk storage view remains readable with explicit text states and a table alternative.",
"initialState": {"disks": {"count": 40, "temperaturePoints": 40}},
"timeline": [{"atSeconds": 60, "action": "set-metric", "payload": {"metric": "storage.disk.temperature", "entity": "disk-7", "value": 52}}],
"expectedOutcomes": [
{"bySeconds": 60, "assertion": "All 40 disk temperature points remain bounded and the elevated disk has a textual attention state."},
{"bySeconds": 60, "assertion": "Storage map and heatmap retain table/text alternatives and drill-down links."}
]
}