Skip to content

Commit

Permalink
Update promtail-mixin to monitoring-mixins-v1.7.0 (#660)
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 Jan 22, 2024
1 parent 795df16 commit 700f19e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 3 additions & 3 deletions charts/promtail-mixin/Chart.yaml
Expand Up @@ -27,8 +27,8 @@ keywords:
- promtail
- monitoring-mixin
- portefaix
version: 1.6.0
appVersion: 2.9.2
version: 1.7.0
appVersion: 2.9.3

maintainers:
- name: nlamirault
Expand All @@ -50,4 +50,4 @@ annotations:
url: https://keybase.io/nlamirault/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: promtail-mixin v2.9.2
description: promtail-mixin v2.9.3
10 changes: 1 addition & 9 deletions charts/promtail-mixin/dashboards/promtail.json
Expand Up @@ -60,7 +60,6 @@
{
"expr": "sum(promtail_targets_active_total{cluster=~\"$cluster\", namespace=~\"$namespace\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "Active Targets",
"legendLink": null
}
Expand Down Expand Up @@ -135,7 +134,6 @@
{
"expr": "sum(promtail_files_active_total{cluster=~\"$cluster\", namespace=~\"$namespace\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "Active Targets",
"legendLink": null
}
Expand Down Expand Up @@ -222,7 +220,6 @@
{
"expr": "sum(rate(promtail_read_bytes_total{cluster=~\"$cluster\", namespace=~\"$namespace\"}[1m]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "logs read",
"legendLink": null
}
Expand Down Expand Up @@ -297,7 +294,6 @@
{
"expr": "sum(rate(promtail_read_lines_total{cluster=~\"$cluster\", namespace=~\"$namespace\"}[1m]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "lines read",
"legendLink": null
}
Expand Down Expand Up @@ -394,7 +390,6 @@
{
"expr": "sum by (status) (\n label_replace(label_replace(rate(promtail_request_duration_seconds_count{cluster=~\"$cluster\", namespace=~\"$namespace\"}[$__rate_interval]),\n \"status\", \"${1}xx\", \"status_code\", \"([0-9])..\"),\n \"status\", \"${1}\", \"status_code\", \"([a-zA-Z]+)\"))\n",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{status}}",
"refId": "A"
}
Expand Down Expand Up @@ -469,21 +464,18 @@
{
"expr": "job:promtail_request_duration_seconds:99quantile{cluster=~\"$cluster\", job=~\"$namespace/promtail\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "p99",
"legendLink": null
},
{
"expr": "job:promtail_request_duration_seconds:50quantile{cluster=~\"$cluster\", job=~\"$namespace/promtail\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "p50",
"legendLink": null
},
{
"expr": "job:promtail_request_duration_seconds:avg{cluster=~\"$cluster\", job=~\"$namespace/promtail\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "avg",
"legendLink": null
}
Expand Down Expand Up @@ -547,7 +539,7 @@
"value": "default"
},
"hide": 0,
"label": "Data Source",
"label": "Data source",
"name": "datasource",
"options": [],
"query": "prometheus",
Expand Down

0 comments on commit 700f19e

Please sign in to comment.