Skip to content

Commit c5fbe10

Browse files
committed
move under metadata directory
1 parent 112aae7 commit c5fbe10

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

x-pack/metricbeat/module/aws/cloudwatch/metadata.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
awssdk "github.com/aws/aws-sdk-go-v2/aws"
99

1010
"github.com/elastic/beats/v7/metricbeat/mb"
11-
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/ec2"
12-
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/rds"
13-
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/sqs"
11+
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/ec2"
12+
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/rds"
13+
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/sqs"
1414
)
1515

1616
// AWS namespaces

0 commit comments

Comments
 (0)