Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[prometheus-node-exporter] update process-exporter-rules as globalrulegroups #32

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/prometheus-node-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- prometheus
- exporter
type: application
version: 4.21.0
version: 4.21.1
appVersion: 1.6.0
home: https://github.com/prometheus/node_exporter/
sources:
Expand All @@ -27,7 +27,7 @@ dependencies:
- condition: ProcessExporter.enabled
name: ProcessExporter
repository: file://charts/prometheus-process-exporter
version: 0.5.2
version: 0.5.3
- condition: CalicoExporter.enabled
name: CalicoExporter
repository: file://charts/calico-exporter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.5.0"
description: A Helm chart for prometheus process-exporter
name: ProcessExporter
version: 0.5.2
version: 0.5.3
home: https://github.com/mumoshu/prometheus-process-exporter
sources:
- https://github.com/ncabatoff/process-exporter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: alerting.kubesphere.io/v2beta1
kind: ClusterRuleGroup
kind: GlobalRuleGroup
metadata:
labels:
alerting.kubesphere.io/builtin: "true"
alerting.kubesphere.io/enable: 'true'
name: process-exporter-rules
name: process-exporter-rules
spec:
rules:
- alert: NamedprocessGroupExistsZombieThreads
Expand Down