Add max_alert_logging/tests/data/test_logs.json

This commit is contained in:
Mika 2026-03-13 16:22:59 +00:00
parent c40828e561
commit e18b510478

View file

@ -0,0 +1,62 @@
[
{
"corr_id": "run_001",
"stratum": "alpha",
"job_parallelism": 4,
"expires_at_dist_hours": 3.5,
"t_gate_read": 12345.67,
"t_index_visible": 0.32,
"retry_taken": 1,
"retry_total_overhead_ms": 15.4,
"policy_hash": "abc123",
"setup_fingerprint": "setupA"
},
{
"corr_id": "run_001",
"stratum": "alpha",
"job_parallelism": 4,
"expires_at_dist_hours": 2.9,
"t_gate_read": 12355.12,
"t_index_visible": 0.28,
"retry_taken": 2,
"retry_total_overhead_ms": 22.7,
"policy_hash": "abc123",
"setup_fingerprint": "setupA"
},
{
"corr_id": "run_002",
"stratum": "beta",
"job_parallelism": 8,
"expires_at_dist_hours": 6.2,
"t_gate_read": 22345.89,
"t_index_visible": 0.40,
"retry_taken": 0,
"retry_total_overhead_ms": 0.0,
"policy_hash": "def456",
"setup_fingerprint": "setupB"
},
{
"corr_id": "run_003",
"stratum": "gamma",
"job_parallelism": 2,
"expires_at_dist_hours": 1.0,
"t_gate_read": 32456.10,
"t_index_visible": 0.12,
"retry_taken": 3,
"retry_total_overhead_ms": 75.8,
"policy_hash": "ghi789",
"setup_fingerprint": "setupC"
},
{
"corr_id": "run_003",
"stratum": "gamma",
"job_parallelism": 2,
"expires_at_dist_hours": 0.9,
"t_gate_read": 32460.25,
"t_index_visible": 0.10,
"retry_taken": 3,
"retry_total_overhead_ms": 80.3,
"policy_hash": "ghi789",
"setup_fingerprint": "setupC"
}
]