Add artifact_2/tests/data/sample_log_entries.json
This commit is contained in:
parent
f090e9cbdb
commit
684615d057
1 changed files with 23 additions and 0 deletions
23
artifact_2/tests/data/sample_log_entries.json
Normal file
23
artifact_2/tests/data/sample_log_entries.json
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"epoch_ms": 1679728800000,
|
||||||
|
"monotonic_ns": 1000000000000,
|
||||||
|
"tz_offset_minutes": 60,
|
||||||
|
"run_id": "run_001",
|
||||||
|
"step_id": "step_001"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"epoch_ms": 1679732400000,
|
||||||
|
"monotonic_ns": 1003600000000,
|
||||||
|
"tz_offset_minutes": 120,
|
||||||
|
"run_id": "run_001",
|
||||||
|
"step_id": "step_002"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"epoch_ms": 1679736000000,
|
||||||
|
"monotonic_ns": 1007200000000,
|
||||||
|
"tz_offset_minutes": 120,
|
||||||
|
"run_id": "run_001",
|
||||||
|
"step_id": "step_003"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue