Skip to content

Commit

Permalink
Merge pull request #82 from last9/sqs_cloudwatch_namespace
Browse files Browse the repository at this point in the history
adding support for namespace to the SQS module
  • Loading branch information
satyajeetjadhav authored Jun 10, 2022
2 parents c1f7e78 + 3c4e701 commit 8d0f5c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/aws/sqs_cloudwatch.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ ingester aws_sqs_cloudwatch module {
name = "$input{service}"
}

label {
type = "namespace"
name = "$input{namespace}"
}

physical_component {
type = "sqs"
name = "$input{QueueName}"
Expand Down

0 comments on commit 8d0f5c6

Please sign in to comment.