Skip to content

Commit 7f0b296

Browse files
committed
Adding note to comment in example
1 parent e41806c commit 7f0b296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/r/kinesis_metrics_source.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ resource "aws_cloudwatch_metric_stream" "main" {
199199
firehose_arn = aws_kinesis_firehose_delivery_stream.kinesis_stream.arn
200200
output_format = "opentelemetry0.7"
201201
202+
// Edit and uncomment below lines to add include_filter (or exclude_filter on similar lines)
202203
// include_filter {
203204
// namespace = "AWS/ApplicationELB"
204205
// }

0 commit comments

Comments
 (0)