@cryptotaxi247 / netdata-1 / commits / 2fbeaeb8f

SNMP: _generic-rtp.yaml (#20343)

Co-authored-by: ilyam8 <ilya@netdata.cloud>

Fotis Voutsas committed May 27, 2025 at 09:52 UTC 2fbeaeb8f92bc25f0d1afe92abfc4197bf20c6e4
1 file changed +20 -11
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-rtp.yaml
+20 -11
@@ -6,15 +6,18 @@ metrics:
6 symbols:
7 - OID: 1.3.6.1.2.1.87.1.3.1.6
8 name: rtpSessionSenderJoins
9 - description: The number of senders that have been observed to have joined the session since this conceptual row was created (rtpSessionStartTime)
10 - unit: "{session}"
9 + description: The number of senders that have been observed to have joined the session since this conceptual row was created
10 + family: Protocols/RTP/Sessions
11 + unit: "{sender}"
12 - OID: 1.3.6.1.2.1.87.1.3.1.7
13 name: rtpSessionReceiverJoins
13 - description: The number of receivers that have been been observed to have joined this session since this conceptual row was created (rtpSessionStartTime)
14 - unit: "{session}"
14 + description: The number of receivers that have been been observed to have joined this session since this conceptual row was created
15 + family: Protocols/RTP/Sessions
16 + unit: "{receiver}"
17 - OID: 1.3.6.1.2.1.87.1.3.1.8
18 name: rtpSessionByes
19 description: "A count of RTCP BYE messages received by this entity"
20 + family: Protocols/RTP/Sessions
21 unit: "{message}"
22 metric_tags:
23 - index: 1
@@ -35,10 +38,12 @@ metrics:
38 - OID: 1.3.6.1.2.1.87.1.5.1.4
39 name: rtpSenderPackets
40 description: Count of RTP packets sent by this sender, or observed by an RTP monitor, since rtpSenderStartTime
41 + family: Protocols/RTP/Senders/Packets
42 unit: "{packet}"
43 - OID: 1.3.6.1.2.1.87.1.5.1.5
44 name: rtpSenderOctets
45 description: Count of non-header RTP octets sent by this sender, or observed by an RTP monitor, since rtpSenderStartTime
46 + family: Protocols/RTP/Senders/Traffic
47 unit: "By"
48 metric_tags:
49 - index: 1
@@ -50,22 +55,26 @@ metrics:
55 name: rtpRcvrTable
56 OID: 1.3.6.1.2.1.87.1.7
57 symbols:
53 - - OID: 1.3.6.1.2.1.87.1.7.1.12
54 - name: rtpRcvrPackets
55 - description: Count of RTP packets received by this RTP host receiver since rtpRcvrStartTime
56 - unit: "{packet}"
58 - OID: 1.3.6.1.2.1.87.1.7.1.13
59 name: rtpRcvrOctets
60 description: Count of non-header RTP octets received by this receiving RTP host since rtpRcvrStartTime
61 + family: Protocols/RTP/Receivers/Traffic
62 unit: "By"
61 - - OID: 1.3.6.1.2.1.87.1.7.1.6
62 - name: rtpRcvrLostPackets
63 - description: A count of RTP packets lost as observed by this receiver since rtpRcvrStartTime
63 + - OID: 1.3.6.1.2.1.87.1.7.1.12
64 + name: rtpRcvrPackets
65 + description: Count of RTP packets received by this RTP host receiver since rtpRcvrStartTime
66 + family: Protocols/RTP/Receivers/Packets
67 unit: "{packet}"
68 - OID: 1.3.6.1.2.1.87.1.7.1.7
69 name: rtpRcvrJitter
70 description: An estimate of delay variation as observed by this receiver
71 + family: Protocols/RTP/Receivers/Latency
72 unit: "ms"
73 + - OID: 1.3.6.1.2.1.87.1.7.1.6
74 + name: rtpRcvrLostPackets
75 + description: A count of RTP packets lost as observed by this receiver since rtpRcvrStartTime
76 + family: Protocols/RTP/Receivers/Errors
77 + unit: "{packet}"
78 metric_tags:
79 - index: 1
80 tag: rtpSessionIndex