Add metrics_reporting/tests/data/sample_logs.json

This commit is contained in:
Mika 2026-02-23 14:48:39 +00:00
parent ebfef34771
commit 2ff0ddd156

View file

@ -0,0 +1,42 @@
[
{
"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
}
]