Skip to content

Commit

Permalink
Merge pull request #403 from sthaha/fix-cgroup-enabled
Browse files Browse the repository at this point in the history
fix(cgroup): enable cgroup without exposing cgroup_metrics
  • Loading branch information
vprashar2929 authored Jun 11, 2024
2 parents da1c1fc + fb2e531 commit 7d7d3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/components/exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func NewConfigMap(d components.Detail, k *v1alpha1.KeplerInternal) *corev1.Confi
"BIND_ADDRESS": bindAddress,
"ENABLE_GPU": "true",
"ENABLE_QAT": "false",
"ENABLE_EBPF_CGROUPID": "false",
"ENABLE_EBPF_CGROUPID": "true",
"EXPOSE_HW_COUNTER_METRICS": "true",
"EXPOSE_IRQ_COUNTER_METRICS": "true",
"EXPOSE_KUBELET_METRICS": "true",
Expand Down

0 comments on commit 7d7d3a0

Please sign in to comment.