drift_analysis/metrics_reporting/tests/data/sample_logs.json

42 lines
No EOL
762 B
JSON

[
{
"timestamp": "2024-05-01T12:00:00Z",
"event": "INFO",
"duration_ms": 20.5
},
{
"timestamp": "2024-05-01T12:00:01Z",
"event": "WARN",
"duration_ms": 35.2
},
{
"timestamp": "2024-05-01T12:00:02Z",
"event": "INFO",
"duration_ms": 18.9
},
{
"timestamp": "2024-05-01T12:00:03Z",
"event": "WARN",
"duration_ms": 32.1
},
{
"timestamp": "2024-05-01T12:00:04Z",
"event": "INFO",
"duration_ms": 19.8
},
{
"timestamp": "2024-05-01T12:00:05Z",
"event": "INFO",
"duration_ms": 22.0
},
{
"timestamp": "2024-05-01T12:00:06Z",
"event": "WARN",
"duration_ms": 40.3
},
{
"timestamp": "2024-05-01T12:00:07Z",
"event": "INFO",
"duration_ms": 21.1
}
]