Skip to content

Commit

Permalink
update monitoring chart to 5.3.4
Browse files Browse the repository at this point in the history
update monitoring chart to use telemetry chart 4.2.1
  • Loading branch information
8naama authored May 8, 2024
2 parents da91248 + 2e90584 commit 34be2fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/logzio-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: logzio-monitoring
description: logzio-monitoring allows you to ship logs, metrics, traces and security reports from your Kubernetes cluster using the OpenTelemetry collector for metrics and traces, Fluentd for logs, and Trivy for security reports.
type: application
version: 5.3.3
version: 5.3.4


sources:
Expand All @@ -13,7 +13,7 @@ dependencies:
repository: "https://logzio.github.io/logzio-helm/"
condition: logs.enabled
- name: logzio-k8s-telemetry
version: "4.2.0"
version: "4.2.1"
repository: "https://logzio.github.io/logzio-helm/"
condition: metricsOrTraces.enabled
- name: logzio-trivy
Expand Down
3 changes: 3 additions & 0 deletions charts/logzio-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ There are two possible approaches to the upgrade you can choose from:
## Changelog
- **5.3.4**:
- Upgrade `logzio-k8s-telemetry` version to `4.2.1`:
- Filter in `container_cpu_cfs_throttled_seconds_total` and `kube_pod_container_info` metrics.
- **5.3.3**:
- Upgrade `logzio-logs-collector` version to `1.0.3`:
- Replace dots `.` with underscores `_` in log attributes keys:
Expand Down

0 comments on commit 34be2fd

Please sign in to comment.