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