Skip to content

Commit

Permalink
add memory collector to windows-exporter values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Jedro <[email protected]>
  • Loading branch information
christianjedroCDT committed Nov 21, 2023
1 parent b837e3b commit 8b0c961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-windows-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- prometheus
- exporter
type: application
version: 0.1.1
version: 0.1.2
appVersion: 0.22.0
home: https://github.com/prometheus-community/windows_exporter/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-windows-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:

config: |-
collectors:
enabled: '[defaults],container'
enabled: '[defaults],memory,container'
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down

0 comments on commit 8b0c961

Please sign in to comment.