Skip to content

Commit

Permalink
make charts
Browse files Browse the repository at this point in the history
  • Loading branch information
skanakal committed Sep 9, 2024
1 parent e56af52 commit 760531a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,15 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(node_load5 OR avg_over_time(windows_system_processor_queue_length[5m])) by (instance)",
"expr": "sum(node_load1 OR avg_over_time(windows_system_processor_queue_length[1m])) by (instance)",
"interval": "",
"legendFormat": "Load[5m] ({{instance}})",
"legendFormat": "Load[1m] ({{instance}})",
"refId": "A"
},
{
"expr": "sum(node_load1 OR avg_over_time(windows_system_processor_queue_length[1m])) by (instance)",
"expr": "sum(node_load5 OR avg_over_time(windows_system_processor_queue_length[5m])) by (instance)",
"interval": "",
"legendFormat": "Load[1m] ({{instance}})",
"legendFormat": "Load[5m] ({{instance}})",
"refId": "B"
},
{
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18467,7 +18467,7 @@ entries:
catalog.cattle.io/upstream-version: 57.0.3
apiVersion: v2
appVersion: v0.72.0
created: "2024-09-09T20:42:51.524491695+05:30"
created: "2024-09-09T22:53:02.727589911+05:30"
dependencies:
- condition: grafana.enabled
name: grafana
Expand Down Expand Up @@ -18539,7 +18539,7 @@ entries:
and Prometheus rules combined with documentation and scripts to provide easy
to operate end-to-end Kubernetes cluster monitoring with Prometheus using the
Prometheus Operator.
digest: 30c625ba1f69b8d35dccf206e9971ec328e399b9fe58983b4ffbc70d8f31c105
digest: eb2bd868e51c9551e3cf51fdf384bf54d185f40e1483b6efe58dcdfccdd39bc1
home: https://github.com/prometheus-operator/kube-prometheus
icon: file://assets/logos/rancher-monitoring.png
keywords:
Expand Down

0 comments on commit 760531a

Please sign in to comment.