From 92328d03e6a60697ea526fc67c895b8c3a2bf2c6 Mon Sep 17 00:00:00 2001 From: Ryan Tan <1265924+ryantanjunming@users.noreply.github.com> Date: Fri, 10 May 2024 12:40:25 +0800 Subject: [PATCH] [CDS-1198] Default metrics type as WithAggregations (#157) * default metrics type as CloudWatch_Metrics_OpenTelemetry070_WithAggregations * examples set, add changelog --- CHANGELOG.md | 5 +++++ examples/firehose-metrics/variables.tf | 2 +- modules/firehose-metrics/variables.tf | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6393af9f..bf12ff14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.0.97 +#### firehose-metrics +### 💡 Enhancements +- [cds-1198] set default type parameter to CloudWatch_Metrics_OpenTelemetry070_WithAggregations + ## v1.0.96 #### **coralogix-aws-shipper** ### 🧰 Bug fixes 🧰 diff --git a/examples/firehose-metrics/variables.tf b/examples/firehose-metrics/variables.tf index a9cbab2b..9fb7bd5f 100644 --- a/examples/firehose-metrics/variables.tf +++ b/examples/firehose-metrics/variables.tf @@ -18,7 +18,7 @@ variable "private_key" { variable "integration_type_metrics" { description = "The integration type of the firehose delivery stream: 'CloudWatch_Metrics_OpenTelemetry070' or 'CloudWatch_Metrics_OpenTelemetry070_WithAggregations'" type = string - default = "CloudWatch_Metrics_OpenTelemetry070" + default = "CloudWatch_Metrics_OpenTelemetry070_WithAggregations" } variable "enable_cloudwatch_metricstream" { diff --git a/modules/firehose-metrics/variables.tf b/modules/firehose-metrics/variables.tf index 96388002..005684ed 100644 --- a/modules/firehose-metrics/variables.tf +++ b/modules/firehose-metrics/variables.tf @@ -45,7 +45,7 @@ variable "custom_domain" { variable "integration_type_metrics" { description = "The integration type of the firehose delivery stream: 'CloudWatch_Metrics_OpenTelemetry070' or 'CloudWatch_Metrics_OpenTelemetry070_WithAggregations'" type = string - default = "CloudWatch_Metrics_OpenTelemetry070" + default = "CloudWatch_Metrics_OpenTelemetry070_WithAggregations" } variable "output_format" {