Skip to content

Commit d692377

Browse files
committed
feat: removed data
1 parent c76125d commit d692377

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

firehose-template.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,11 @@ Resources:
202202
203203
# these parameter are needed for entity synthesis
204204
additional_attributes = [
205-
{"AttributeName": "aws.accountId", "AttributeValue": account_id},
206-
{"AttributeName": "aws.region", "AttributeValue": region },
205+
{"AttributeName": "awsAccountId", "AttributeValue": account_id},
206+
{"AttributeName": "awsRegion", "AttributeValue": region },
207207
{"AttributeName": "instrumentation.provider", "AttributeValue": "nr-aws"},
208208
{"AttributeName": "instrumentation.name", "AttributeValue": "firehose"},
209-
{"AttributeName": "instrumentation.version", "AttributeValue": "1.0.0"},
210-
{"AttributeName": "aws.realm", "AttributeValue": awsRealm}
209+
{"AttributeName": "awsRealm", "AttributeValue": awsRealm}
211210
]
212211
213212

0 commit comments

Comments
 (0)