We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c054a04 commit 24bf645Copy full SHA for 24bf645
1 file changed
network/netstats/conf.d/netstats.pyconf
@@ -13,5 +13,21 @@ collection_group {
13
name_match = "tcpext_(.+)"
14
value_threshold = 1.0
15
}
16
+ metric {
17
+ name_match = "tcp_(.+)"
18
+ value_threshold = 1.0
19
+ }
20
21
+ name_match = "udp_(.+)"
22
23
24
25
+ name_match = "ip_(.+)"
26
27
28
29
+ name_match = "icmp_(.+)"
30
31
32
33
0 commit comments