File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -202,11 +202,12 @@ Resources:
202
202
203
203
# these parameter are needed for entity synthesis
204
204
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 },
207
207
{"AttributeName": "instrumentation.provider", "AttributeValue": "nr-aws"},
208
208
{"AttributeName": "instrumentation.name", "AttributeValue": "firehose"},
209
- {"AttributeName": "awsRealm", "AttributeValue": awsRealm}
209
+ {"AttributeName": "instrumentation.version", "AttributeValue": "1.0.0"},
210
+ {"AttributeName": "aws.realm", "AttributeValue": awsRealm}
210
211
]
211
212
212
213
You can’t perform that action at this time.
0 commit comments