From b1b4999b8d0a88c7ed7470833de111ac617aa8ec Mon Sep 17 00:00:00 2001 From: Mika Date: Sat, 27 Dec 2025 16:53:27 +0000 Subject: [PATCH] Add bpf_logging/tests/data/sample_events.json --- bpf_logging/tests/data/sample_events.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bpf_logging/tests/data/sample_events.json diff --git a/bpf_logging/tests/data/sample_events.json b/bpf_logging/tests/data/sample_events.json new file mode 100644 index 0000000..6433b8b --- /dev/null +++ b/bpf_logging/tests/data/sample_events.json @@ -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 + } +] \ No newline at end of file