Skip to content

Commit

Permalink
logzio-monitoring chart v5.0.0 (#419)
Browse files Browse the repository at this point in the history
* logzio-monitoring chart v5.0.0

- Upgrade `logzio-k8s-telemetry` to `4.0.0`:
	- Removed the `kubernetes-360-metrics` key from the `logzio-secret`.
		- Populate the pods containers `K8S_360_METRICS` environment variable directly using the opentelemetry-collector.k8s360 definition to inherit the list from values file instead.
	- Added `logzio_app` label with `kubernetes360` value to cadvisor metrics pipeline to avoid dropping specific metrics by matching the k8s 360 filter.

* Fix readme version and mention breaking change
  • Loading branch information
ralongit authored Jan 9, 2024
1 parent 32b53bd commit 6bf709e
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 4.0.0
version: 5.0.0

sources:
- https://github.com/logzio/logzio-helm
Expand All @@ -12,7 +12,7 @@ dependencies:
repository: "https://logzio.github.io/logzio-helm/"
condition: logs.enabled
- name: logzio-k8s-telemetry
version: "3.0.0"
version: "4.0.0"
repository: "https://logzio.github.io/logzio-helm/"
condition: metricsOrTraces.enabled
- name: logzio-trivy
Expand Down
6 changes: 6 additions & 0 deletions charts/logzio-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ There are two possible approaches to the upgrade you can choose from:
## Changelog
- **5.0.0**:
- Upgrade `logzio-k8s-telemetry` to `4.0.0`:
- **BREAKING CHANGES**:
- Removed the `kubernetes-360-metrics` key from the `logzio-secret`.
- Populate the pods containers `K8S_360_METRICS` environment variable directly using the opentelemetry-collector.k8s360 definition to inherit the list from values file instead.
- Added `logzio_app` label with `kubernetes360` value to cadvisor metrics pipeline to avoid dropping specific metrics by matching the k8s 360 filter.
- **4.0.0**:
- Upgrade `logzio-k8s-telemetry` to `3.0.0`:
- Updated K360 metrics list in `secrets.yaml` - now created dynamically from OOB filters.
Expand Down

0 comments on commit 6bf709e

Please sign in to comment.