Skip to content

Commit 760531a

Browse files
committed
make charts
1 parent e56af52 commit 760531a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Binary file not shown.

charts/rancher-monitoring/104.1.1-rc1+up57.0.3/files/rancher/cluster/rancher-cluster-nodes.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,15 @@
168168
"steppedLine": false,
169169
"targets": [
170170
{
171-
"expr": "sum(node_load5 OR avg_over_time(windows_system_processor_queue_length[5m])) by (instance)",
171+
"expr": "sum(node_load1 OR avg_over_time(windows_system_processor_queue_length[1m])) by (instance)",
172172
"interval": "",
173-
"legendFormat": "Load[5m] ({{instance}})",
173+
"legendFormat": "Load[1m] ({{instance}})",
174174
"refId": "A"
175175
},
176176
{
177-
"expr": "sum(node_load1 OR avg_over_time(windows_system_processor_queue_length[1m])) by (instance)",
177+
"expr": "sum(node_load5 OR avg_over_time(windows_system_processor_queue_length[5m])) by (instance)",
178178
"interval": "",
179-
"legendFormat": "Load[1m] ({{instance}})",
179+
"legendFormat": "Load[5m] ({{instance}})",
180180
"refId": "B"
181181
},
182182
{

index.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18467,7 +18467,7 @@ entries:
1846718467
catalog.cattle.io/upstream-version: 57.0.3
1846818468
apiVersion: v2
1846918469
appVersion: v0.72.0
18470-
created: "2024-09-09T20:42:51.524491695+05:30"
18470+
created: "2024-09-09T22:53:02.727589911+05:30"
1847118471
dependencies:
1847218472
- condition: grafana.enabled
1847318473
name: grafana
@@ -18539,7 +18539,7 @@ entries:
1853918539
and Prometheus rules combined with documentation and scripts to provide easy
1854018540
to operate end-to-end Kubernetes cluster monitoring with Prometheus using the
1854118541
Prometheus Operator.
18542-
digest: 30c625ba1f69b8d35dccf206e9971ec328e399b9fe58983b4ffbc70d8f31c105
18542+
digest: eb2bd868e51c9551e3cf51fdf384bf54d185f40e1483b6efe58dcdfccdd39bc1
1854318543
home: https://github.com/prometheus-operator/kube-prometheus
1854418544
icon: file://assets/logos/rancher-monitoring.png
1854518545
keywords:

0 commit comments

Comments
 (0)