Skip to content

Commit

Permalink
Update kubernetes-mixin to monitoring-mixins-v1.6.0 (#613)
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 7bd624a commit 5e52069
Show file tree
Hide file tree
Showing 20 changed files with 429 additions and 585 deletions.
4 changes: 2 additions & 2 deletions charts/kubernetes-mixin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ keywords:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.3.0
version: 1.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.8.0
appVersion: master

maintainers:
- name: nlamirault
Expand Down
7 changes: 4 additions & 3 deletions charts/kubernetes-mixin/dashboards/apiserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
"steppedLine": false,
"targets": [
{
"expr": "cluster_quantile:apiserver_request_slo_duration_seconds:histogram_quantile{verb=\"read\", cluster=\"$cluster\"}",
"expr": "cluster_quantile:apiserver_request_sli_duration_seconds:histogram_quantile{verb=\"read\", cluster=\"$cluster\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{ resource }}",
Expand Down Expand Up @@ -893,7 +893,7 @@
"steppedLine": false,
"targets": [
{
"expr": "cluster_quantile:apiserver_request_slo_duration_seconds:histogram_quantile{verb=\"write\", cluster=\"$cluster\"}",
"expr": "cluster_quantile:apiserver_request_sli_duration_seconds:histogram_quantile{verb=\"write\", cluster=\"$cluster\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{ resource }}",
Expand Down Expand Up @@ -1468,12 +1468,13 @@
"style": "dark",
"tags": [
"kubernetes-mixin",
"monitoring-mixins-v1.3.0"
"monitoring-mixins-v1.6.0"
],
"templating": {
"list": [
{
"current": {
"selected": true,
"text": "default",
"value": "default"
},
Expand Down
3 changes: 2 additions & 1 deletion charts/kubernetes-mixin/dashboards/cluster-total.json
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@
"style": "dark",
"tags": [
"kubernetes-mixin",
"monitoring-mixins-v1.3.0"
"monitoring-mixins-v1.6.0"
],
"templating": {
"list": [
Expand Down Expand Up @@ -1616,6 +1616,7 @@
},
{
"current": {
"selected": true,
"text": "default",
"value": "default"
},
Expand Down
3 changes: 2 additions & 1 deletion charts/kubernetes-mixin/dashboards/controller-manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -938,12 +938,13 @@
"style": "dark",
"tags": [
"kubernetes-mixin",
"monitoring-mixins-v1.3.0"
"monitoring-mixins-v1.6.0"
],
"templating": {
"list": [
{
"current": {
"selected": true,
"text": "default",
"value": "default"
},
Expand Down

0 comments on commit 5e52069

Please sign in to comment.