You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build.
95
95
# TYPE node_exporter_build_info gauge
96
-
# HELP node_network_receive_bytes_total Network device statistic receive_bytes.
97
-
# TYPE node_network_receive_bytes_total counter
98
96
# HELP node_network_receive_drop_total Network device statistic receive_drop.
Copy file name to clipboardExpand all lines: end-to-end-test.sh
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,8 @@ sleep 1
320
320
321
321
get "127.0.0.1:${port}/metrics"| grep --text -E -v "${skip_re}">"${generated_metrics}"
322
322
323
+
# The following ignore-list is only applicable to the VMs used to run E2E tests on platforms for which containerized environments are not available.
324
+
# However, owing to this, there are some non-deterministic metrics that end up generating samples, unlike their containerized counterparts, for e.g., node_network_receive_bytes_total.
0 commit comments