This release corrects the measurement of cloudwatch_metrics_requested_total
if the use_get_metric_data
option is enabled. AWS still bills per metric requested, despite the batching enabled by this option. Counting the metrics requested, rather than the metric API requests, reflects the expected costs more closely.
What's Changed
- Add kafka example config by @hos7ein in #469
- examples: AuroraServerless by @matthiasr in #471
- Adding Example for Aurora Serverless V2 by @nmarchini in #464
- add DocumentDB example by @rafaotetra in #472
- Fix measurement of cloudwatch_metrics_requested_total by @epall in #482
New Contributors
- @hos7ein made their first contribution in #469
- @nmarchini made their first contribution in #464
- @rafaotetra made their first contribution in #472
- @epall made their first contribution in #482
Full Changelog: v0.15.1...v0.15.2