Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update helm chart loki to 3.2.2 #1699

Merged
merged 1 commit into from
Oct 23, 2022
Merged

fix: update helm chart loki to 3.2.2 #1699

merged 1 commit into from
Oct 23, 2022

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Oct 21, 2022

This PR contains the following updates:

Package Update Change
loki (source) patch 3.2.1 -> 3.2.2

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

grafana/helm-charts

v3.2.2

Helm chart for Grafana Loki in simple, scalable mode

Source commit: grafana/loki@488e64e

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-3.2.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@bloopy-boi bloopy-boi bot requested a review from h3mmy as a code owner October 21, 2022 11:26
@bloopy-boi bloopy-boi bot added renovate/helm type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Oct 21, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Oct 21, 2022

Path: cluster/apps/monitoring/loki/helm-release.yaml
Version: 3.2.1 -> 3.2.2

@@ -500,7 +500,7 @@
 template:
 metadata:
 annotations:
- checksum/config: f3e09f445f336a7a5c9b7940e06ada596472a566840e8581fc3221bc770a68e3
+ checksum/config: aec39a3f14b5a1de841dfc807992cf08d8f0e29c1c00c953dac1f48a5c5417c4
 labels:
 app.kubernetes.io/name: loki
 app.kubernetes.io/instance: loki
@@ -586,7 +586,7 @@
 template:
 metadata:
 annotations:
- checksum/config: fa7b1709d35aa5fe854dbec6bc4a9c63263f38608011821a9de76c695519c594
+ checksum/config: 62b8ed9a868a4511a4d9e7e8482afc3e6150c9dd2725a82b120a308e526f0a0b
 labels:
 app.kubernetes.io/part-of: memberlist
 app.kubernetes.io/name: loki
@@ -703,7 +703,7 @@
 template:
 metadata:
 annotations:
- checksum/config: fa7b1709d35aa5fe854dbec6bc4a9c63263f38608011821a9de76c695519c594
+ checksum/config: 62b8ed9a868a4511a4d9e7e8482afc3e6150c9dd2725a82b120a308e526f0a0b
 labels:
 app.kubernetes.io/name: loki
 app.kubernetes.io/instance: loki
@@ -862,46 +862,6 @@
 record: namespace_job_route:loki_request_duration_seconds_sum:sum_rate
 - expr: sum(rate(loki_request_duration_seconds_count[1m])) by (namespace, job, route)
 record: namespace_job_route:loki_request_duration_seconds_count:sum_rate
- - name: loki_alerts
- rules:
- - alert: LokiRequestErrors
- annotations:
- message: |
- {{ $labels.job }} {{ $labels.route }} is experiencing {{ printf "%.2f" $value }}% errors.
- expr: |
- 100 Dockerfiles LICENSE README.md SECURITY.md Taskfile.yml charts cluster configure.sh container_images_in_use.txt container_images_with_arm64.txt container_images_without_arm64.txt default docs find_containers_by_uid.sh fix-crd.sh k8s mkdocs.yaml package.json provision static sum(rate(loki_request_duration_seconds_count{status_code=~"5.."}[1m])) by (namespace, job, route)
- /
- sum(rate(loki_request_duration_seconds_count[1m])) by (namespace, job, route)
- > 10
- for: 15m
- labels:
- severity: critical
- - alert: LokiRequestPanics
- annotations:
- message: |
- {{ $labels.job }} is experiencing {{ printf "%.2f" $value }}% increase of panics.
- expr: |
- sum(increase(loki_panic_total[10m])) by (namespace, job) > 0
- labels:
- severity: critical
- - alert: LokiRequestLatency
- annotations:
- message: |
- {{ $labels.job }} {{ $labels.route }} is experiencing {{ printf "%.2f" $value }}s 99th percentile latency.
- expr: |
- namespace_job_route:loki_request_duration_seconds:99quantile{route!~"(?i).*tail.*"} > 1
- for: 15m
- labels:
- severity: critical
- - alert: LokiTooManyCompactorsRunning
- annotations:
- message: |
- {{ $labels.namespace }} has had {{ printf "%.0f" $value }} compactors running for more than 5m. Only one compactor should run at a time.
- expr: |
- sum(loki_boltdb_shipper_compactor_running) by (namespace) > 1
- for: 5m
- labels:
- severity: warning
 ---
 # Source: loki/templates/monitoring/servicemonitor.yaml
 apiVersion: monitoring.coreos.com/v1

@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Oct 21, 2022

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.14s
✅ YAML prettier 1 1 0 0.57s
✅ YAML yamllint 1 0 0.25s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@h3mmy h3mmy merged commit d7c0b10 into main Oct 23, 2022
@h3mmy h3mmy deleted the renovate/loki-3.2.x branch October 23, 2022 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant