Release Notes
- Logs: Increased memory limit to prevent unnecessary restarts of Fluent Bit Pods (#1586)
- General: Improved printColumns for Telemetry CRD (#1560)
- Metrics: Cluster-level metrics (without namespace attribute) are no longer dropped if the
runtime
input defines a namespace selector (#1549) - Logs: Improved health reporting for the AgentHealthy status of a LogPipeline. (#1545)
- Metrics: You can export lifecycle statistics for your Deployment, StatefulSet, DaemonSet, and Jobs resources with selectors in the
runtime
input of a MetricPipeline (#1521)
Changelog
Features
- 849cdec: feat: Add support for all workloads: Deployment, Daemonset, Jobs, Statefulsets (#1530) (@rakesh-garimella)
- 335ea34: feat: Improve printColumns for telemetry CRD (#1560) (@a-thaler)
- 30051c9: feat: Optional application/runtime/otlp input (#1542) (@k15r)
Bug fixes
- 9e12dc6: fix: Bump memory limit for directory size exporter (#1586) (@rakesh-garimella)
- a3d4f8b: fix: Cover additional Secretref validation scenarios (#1535) (@TeodorSAP)
- 305cb9f: fix: Dont drop clusterscoped metrics (#1559) (@k15r)
- e5eca73: fix: Fix otel backend configuration in sample manifests (#1569) (@jeffreylimnardy)
- 5d0f33d: fix: Get rid of spammy RBAC log (#1548) (@skhalash)
Documentation
- f0bf09d: docs: Fix MetricPipeline input docs (#1540) (@skhalash)
- f148a2e: docs: Fix broken links (#1582) (@nataliasitko)
- ae77f96: docs: Improve runtime resources metrics example (#1573) (@shorim)
- 8c78006: docs: Istio proxy metric merge ADR (#1544) (@skhalash)
- 67f23f6: docs: Update Istio metric merge ADR (#1553) (@skhalash)