From 682610f450f1ad20dd3c55e7ea1bb9280222a69a Mon Sep 17 00:00:00 2001 From: sfindley102892 Date: Tue, 10 Mar 2026 13:49:32 -0700 Subject: [PATCH] ocp: Add Statistics Identifier String Table Size to JSON The Statistic Identifier String Table Size is missing in the JSON output, added it. Signed-off-by: Shaneal Findley --- plugins/ocp/ocp-print-json.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/ocp/ocp-print-json.c b/plugins/ocp/ocp-print-json.c index 49227f744c..c5eb9125fa 100644 --- a/plugins/ocp/ocp-print-json.c +++ b/plugins/ocp/ocp-print-json.c @@ -900,6 +900,8 @@ static void json_c9_log(struct telemetry_str_log_format *log_data, __u8 *log_dat json_object_add_value_int(root, "Statistics Identifier String Table Start", le64_to_cpu(log_data->sits)); + json_object_add_value_int(root, "Statistics Identifier String Table Size", + le64_to_cpu(log_data->sitsz)); json_object_add_value_int(root, "Event String Table Start", le64_to_cpu(log_data->ests)); json_object_add_value_int(root, "Event String Table Size", le64_to_cpu(log_data->estsz)); json_object_add_value_int(root, "VU Event String Table Start",