Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
18f31ba0
Unverified
Commit
18f31ba0
authored
Apr 19, 2023
by
Matthias Loibl
Committed by
GitHub
Apr 19, 2023
Browse files
Options
Downloads
Plain Diff
Merge pull request #2074 from adinhodovic/disable-btrfs
fix(component/node-exporter): Disable btrfs collector by default
parents
e619da1b
64ed9f1f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
jsonnet/kube-prometheus/components/node-exporter.libsonnet
+1
-0
1 addition, 0 deletions
jsonnet/kube-prometheus/components/node-exporter.libsonnet
manifests/nodeExporter-daemonset.yaml
+1
-0
1 addition, 0 deletions
manifests/nodeExporter-daemonset.yaml
with
2 additions
and
0 deletions
jsonnet/kube-prometheus/components/node-exporter.libsonnet
+
1
−
0
View file @
18f31ba0
...
...
@@ -210,6 +210,7 @@ function(params) {
'--path.udev.data=/host/root/run/udev/data'
,
'--no-collector.wifi'
,
'--no-collector.hwmon'
,
'--no-collector.btrfs'
,
'--collector.filesystem.mount-points-exclude='
+
ne
.
_config
.
filesystemMountPointsExclude
,
'--collector.netclass.ignored-devices='
+
ne
.
_config
.
ignoredNetworkDevices
,
'--collector.netdev.device-exclude='
+
ne
.
_config
.
ignoredNetworkDevices
,
...
...
This diff is collapsed.
Click to expand it.
manifests/nodeExporter-daemonset.yaml
+
1
−
0
View file @
18f31ba0
...
...
@@ -33,6 +33,7 @@ spec:
-
--path.udev.data=/host/root/run/udev/data
-
--no-collector.wifi
-
--no-collector.hwmon
-
--no-collector.btrfs
-
--collector.filesystem.mount-points-exclude=^/(dev|proc|sys|run/k3s/containerd/.+|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/)
-
--collector.netclass.ignored-devices=^(veth.*|[a-f0-9]{15})$
-
--collector.netdev.device-exclude=^(veth.*|[a-f0-9]{15})$
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment