]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
interface plugin: Add link to spec. 4228/head
authorFlorian Forster <octo@collectd.org>
Sun, 14 Jan 2024 19:20:41 +0000 (20:20 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 15 Jan 2024 12:51:25 +0000 (13:51 +0100)
src/interface.c

index 1e4c5cabc00c38d2021986c9a53e4cb593b6cfcc..a2a9acaeb0655dc0788b0c6b961ecdbe7ddf48a2 100644 (file)
@@ -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,