Skip to content

Commit

Permalink
Update grafana-mixin to monitoring-mixins-v1.6.0 (#624)
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 488f9bb commit 2d9222b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/grafana-mixin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ keywords:
- grafana
- monitoring-mixin
- portefaix
version: 1.3.0
appVersion: 9.0.0
version: 1.4.0
appVersion: 10.2.1

maintainers:
- name: nlamirault
Expand All @@ -52,4 +52,4 @@ annotations:
url: https://keybase.io/nlamirault/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: grafana-mixin v9.4.7
description: grafana-mixin v10.2.1
1 change: 0 additions & 1 deletion charts/grafana-mixin/dashboards/grafana-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@
}
],
"schemaVersion": 30,
"style": "dark",
"tags": [
"grafana",
"grafana-mixin",
Expand Down
4 changes: 2 additions & 2 deletions charts/grafana-mixin/templates/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spec:
annotations:
message: '{{`{{`}} $labels.namespace {{`}}`}}/{{`{{`}} $labels.job {{`}}`}}/{{`{{`}} $labels.handler {{`}}`}} is experiencing {{`{{`}} $value | humanize {{`}}`}}% errors'
expr: |
100 * namespace_job_handler_statuscode:grafana_http_request_duration_seconds_count:rate5m{handler!~"/api/datasources/proxy/:id.*|/api/ds/query|/api/tsdb/query", status_code=~"5.."}
/ ignoring (status_code)
100 * sum without (status_code) (namespace_job_handler_statuscode:grafana_http_request_duration_seconds_count:rate5m{handler!~"/api/datasources/proxy/:id.*|/api/ds/query|/api/tsdb/query", status_code=~"5.."})
/
sum without (status_code) (namespace_job_handler_statuscode:grafana_http_request_duration_seconds_count:rate5m{handler!~"/api/datasources/proxy/:id.*|/api/ds/query|/api/tsdb/query"})
> 50
for: 5m
Expand Down

0 comments on commit 2d9222b

Please sign in to comment.