Skip to content

Commit 24bf645

Browse files
committed
Modify conf file to emit rest of the metrics
1 parent c054a04 commit 24bf645

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

network/netstats/conf.d/netstats.pyconf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,21 @@ collection_group {
1313
name_match = "tcpext_(.+)"
1414
value_threshold = 1.0
1515
}
16+
metric {
17+
name_match = "tcp_(.+)"
18+
value_threshold = 1.0
19+
}
20+
metric {
21+
name_match = "udp_(.+)"
22+
value_threshold = 1.0
23+
}
24+
metric {
25+
name_match = "ip_(.+)"
26+
value_threshold = 1.0
27+
}
28+
metric {
29+
name_match = "icmp_(.+)"
30+
value_threshold = 1.0
31+
}
1632

1733
}

0 commit comments

Comments
 (0)