From 6db850c2b9b373b3eea6b5b2f98bb93c4dc23757 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Thu, 23 Jul 2026 19:31:10 -0500 Subject: [PATCH] feat: add fwd_interface and rev_interface to metric_desc names Support directional network interface names for ptp-latency hardware timestamped latency metrics in bench-trafficgen. The updateIndexMappings mechanism auto-propagates these to existing indices. Co-Authored-By: Claude Opus 4.6 (1M context) --- queries/cdmq/cdm.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/queries/cdmq/cdm.js b/queries/cdmq/cdm.js index 55c721d7..f9e303b8 100644 --- a/queries/cdmq/cdm.js +++ b/queries/cdmq/cdm.js @@ -275,6 +275,8 @@ indexDefs['v8dev']['metric_desc']['mappings']['properties']['metric_desc'] = { port: { type: 'keyword' }, tx_port: { type: 'keyword' }, rx_port: { type: 'keyword' }, + fwd_interface: { type: 'keyword' }, + rev_interface: { type: 'keyword' }, port_pair: { type: 'keyword' }, status: { type: 'keyword' }, error: { type: 'keyword' },