From dbb713c64490303ae5752e872a7334fec7f1e6b7 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 14 Jan 2024 20:20:41 +0100 Subject: [PATCH] interface plugin: Add link to spec. --- src/interface.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/interface.c b/src/interface.c index 1e4c5cabc..a2a9acaeb 100644 --- a/src/interface.c +++ b/src/interface.c @@ -97,6 +97,8 @@ static size_t numif; static bool unique_name; #endif /* HAVE_LIBKSTAT */ +// Based on the OpenTelemetry Semantic Conventions: +// https://opentelemetry.io/docs/specs/semconv/system/system-metrics/#network-metrics enum { FAM_DROPPED, FAM_PACKETS, -- 2.39.5