From da6afcc3bd940c4bc7a9481f9e06b44f55f985aa Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 31 Jan 2022 10:05:35 +0100 Subject: fix(telemetry): Add mpls to parse Signed-off-by: Peter Mikus Change-Id: I77d7273324cea884b561fc977cd9553fcf027ae5 --- resources/templates/telemetry/vpp_runtime.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources/templates/telemetry/vpp_runtime.yaml') diff --git a/resources/templates/telemetry/vpp_runtime.yaml b/resources/templates/telemetry/vpp_runtime.yaml index 4f0f6d7a7d..a0309a3fb5 100644 --- a/resources/templates/telemetry/vpp_runtime.yaml +++ b/resources/templates/telemetry/vpp_runtime.yaml @@ -170,6 +170,13 @@ programs: labelnames: - name - index + - name: mpls + documentation: Number of MPLS packets for interface + namespace: vpp + subsystem: interface + labelnames: + - name + - index - name: rx_no_buf documentation: Number of out of buffer RX packets on interface namespace: vpp -- cgit