Skip to content

Commit c76125d

Browse files
committed
feat: updated and added parameters for entity synthesis
1 parent 687ad7c commit c76125d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

firehose-template.yaml

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

0 commit comments

Comments
 (0)