We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146d5e8 commit 1c9044eCopy full SHA for 1c9044e
checkmetrics.sh
@@ -6,7 +6,7 @@ if [[ ( -z "$1" ) || ( -z "$2" ) ]]; then
6
fi
7
8
# Ignore known issues in auto-generated and network specific collectors.
9
-lint=$($1 check metrics < "$2" 2>&1 | grep -v -E "^node_(entropy|memory|netstat|wifi_station)_")
+lint=$($1 check metrics < "$2" 2>&1 | grep -v -E "^node_(entropy|memory|netstat|wifi_station|udp_queues)_")
10
11
if [[ -n $lint ]]; then
12
echo -e "Some Prometheus metrics do not follow best practices:\n"
0 commit comments