Add bpf_logging/tests/data/sample_events.json
This commit is contained in:
parent
fe1ed7e17c
commit
b1b4999b8d
1 changed files with 17 additions and 0 deletions
17
bpf_logging/tests/data/sample_events.json
Normal file
17
bpf_logging/tests/data/sample_events.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"correlation_id": "42",
|
||||
"event_type": "first_tkread",
|
||||
"timestamp": 1715600000.123456
|
||||
},
|
||||
{
|
||||
"correlation_id": "42",
|
||||
"event_type": "rq_clock",
|
||||
"timestamp": 1715600000.789012
|
||||
},
|
||||
{
|
||||
"correlation_id": "84",
|
||||
"event_type": "first_tkread",
|
||||
"timestamp": 1715600101.456789
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue