From 84cfc2f867371ccea4237ed8ba5f6ae72722cda4 Mon Sep 17 00:00:00 2001 From: Prasenjit Adhikary Date: Tue, 10 Dec 2024 22:57:02 +0000 Subject: [PATCH] add port timestamp field --- result/port.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/result/port.yaml b/result/port.yaml index 435a12a4..0fcb9dca 100644 --- a/result/port.yaml +++ b/result/port.yaml @@ -48,6 +48,8 @@ components: x-field-uid: 11 bytes_rx_rate: x-field-uid: 12 + last_link_state_change_time: + x-field-uid: 13 x-field-uid: 2 Port.Metric: type: object @@ -142,3 +144,8 @@ components: x-field-uid: 1 stopped: x-field-uid: 2 + last_link_state_change_time: + description: >- + The timestamp of the last link-state change event + type: string + x-field-uid: 14