Add bpf_logging/tests/data/sample_events.json

This commit is contained in:
Mika 2025-12-27 16:53:27 +00:00
parent fe1ed7e17c
commit b1b4999b8d

View 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
}
]