Skip to content

Commit

Permalink
[CDS-1198] Default metrics type as WithAggregations (coralogix#157)
Browse files Browse the repository at this point in the history
* default metrics type as CloudWatch_Metrics_OpenTelemetry070_WithAggregations

* examples set, add changelog
  • Loading branch information
ryantanjunming authored May 10, 2024
1 parent 55db66b commit 92328d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🧰
Expand Down
2 changes: 1 addition & 1 deletion examples/firehose-metrics/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion modules/firehose-metrics/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 92328d0

Please sign in to comment.