Skip to content

Commit

Permalink
Merge pull request #32 from junotx/processrules
Browse files Browse the repository at this point in the history
[prometheus-node-exporter] update process-exporter-rules as globalrulegroups
  • Loading branch information
benjaminhuo authored Dec 21, 2023
2 parents 460c2ce + 23000ad commit 5e60eb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 5e60eb5

Please sign in to comment.