Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions helm-chart-sources/k8s-metrics-collector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 0.3.24
## What's Changed
* [PIL-15827]: fail if Prometheus query returns no-data

### New Features

- **`FAIL_ON_EMPTY_METRICS`** environment variable is now available. When enabled, the agent will exit with a failure status if no metrics are collected during a run. This helps detect collection issues early in monitoring pipelines.

- **CloudWatch EMF Monitoring** - New enviroment value `MONITORING=cloudwatch-emf` enables CloudWatch Embedded Metric Format (EMF) output for agent monitoring metrics. The agent can now publish its own operational metrics (like collection success/failure) directly to UmbrellaCost CloudWatch Logs, which are
automatically extracted as CloudWatch metrics.

**Full Changelog**: https://github.com/pileus-cloud/k8s-metrics-collector/compare/0.3.23...0.3.24