Add metrics_reporting/tests/data/sample_logs.json
This commit is contained in:
parent
ebfef34771
commit
2ff0ddd156
1 changed files with 42 additions and 0 deletions
42
metrics_reporting/tests/data/sample_logs.json
Normal file
42
metrics_reporting/tests/data/sample_logs.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue