Skip to content

Commit

Permalink
Update mimir-mixin to monitoring-mixins-v1.6.0 (#622)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nlamirault@users.noreply.github.com>
Co-authored-by: Nicolas Lamirault <nlamirault@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nlamirault committed Nov 19, 2023
1 parent 642bf5e commit 488f9bb
Show file tree
Hide file tree
Showing 27 changed files with 1,272 additions and 2,578 deletions.
6 changes: 3 additions & 3 deletions charts/mimir-mixin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ keywords:
- monitoring-mixin
- mimir
- portefaix
version: 1.4.0
appVersion: 2.0.0
version: 1.5.0
appVersion: 2.9.0

maintainers:
- name: nlamirault
Expand All @@ -53,4 +53,4 @@ annotations:
url: https://keybase.io/nlamirault/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: mimir-mixin v2.7.1
description: mimir-mixin v2.9.0
44 changes: 16 additions & 28 deletions charts/mimir-mixin/dashboards/mimir-alertmanager-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"keepTime": true,
"tags": [
"mimir-mixin",
"monitoring-mixins-v1.3.0"
"monitoring-mixins-v1.6.0"
],
"targetBlank": false,
"title": "Mimir dashboards",
Expand Down Expand Up @@ -86,24 +86,21 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{pod}}",
"legendLink": null,
"step": 10
"legendLink": null
},
{
"expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"alertmanager\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"alertmanager\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "limit",
"legendLink": null,
"step": 10
"legendLink": null
},
{
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"alertmanager\",resource=\"cpu\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "request",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [],
Expand Down Expand Up @@ -191,24 +188,21 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{pod}}",
"legendLink": null,
"step": 10
"legendLink": null
},
{
"expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"alertmanager\"} > 0)",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "limit",
"legendLink": null,
"step": 10
"legendLink": null
},
{
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"alertmanager\",resource=\"memory\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "request",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [],
Expand Down Expand Up @@ -281,8 +275,7 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{pod}}",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [],
Expand Down Expand Up @@ -363,12 +356,11 @@
"steppedLine": false,
"targets": [
{
"expr": "sum by(pod) (rate(container_network_receive_bytes_total{cluster=~\"$cluster\", namespace=~\"$namespace\",pod=~\"(.*-mimir-)?alertmanager.*\"}[$__rate_interval]))",
"expr": "sum by(pod) (rate(container_network_receive_bytes_total{cluster=~\"$cluster\", namespace=~\"$namespace\",pod=~\"(.*mimir-)?alertmanager.*\"}[$__rate_interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{pod}}",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [],
Expand Down Expand Up @@ -439,12 +431,11 @@
"steppedLine": false,
"targets": [
{
"expr": "sum by(pod) (rate(container_network_transmit_bytes_total{cluster=~\"$cluster\", namespace=~\"$namespace\",pod=~\"(.*-mimir-)?alertmanager.*\"}[$__rate_interval]))",
"expr": "sum by(pod) (rate(container_network_transmit_bytes_total{cluster=~\"$cluster\", namespace=~\"$namespace\",pod=~\"(.*mimir-)?alertmanager.*\"}[$__rate_interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{pod}}",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [],
Expand Down Expand Up @@ -531,8 +522,7 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{pod}} - {{device}}",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [],
Expand Down Expand Up @@ -607,8 +597,7 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{pod}} - {{device}}",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [],
Expand Down Expand Up @@ -695,8 +684,7 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{persistentvolumeclaim}}",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [],
Expand Down Expand Up @@ -748,7 +736,7 @@
"style": "dark",
"tags": [
"mimir-mixin",
"monitoring-mixins-v1.3.0",
"monitoring-mixins-v1.6.0",
"portefaix"
],
"templating": {
Expand Down

0 comments on commit 488f9bb

Please sign in to comment.