Skip to content

Commit 26a1823

Browse files
authored
Merge pull request #2 from newrelic/NR-334448-fields-update
feat: updated and added parameters for entity synthesis
2 parents 19989c9 + 91be6b4 commit 26a1823

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

firehose-template.yaml

+5-4
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 },
207-
{"AttributeName": "instrumentation.provider", "AttributeValue": "nr-aws"},
205+
{"AttributeName": "aws.accountId", "AttributeValue": account_id},
206+
{"AttributeName": "aws.region", "AttributeValue": region},
207+
{"AttributeName": "instrumentation.provider", "AttributeValue": "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)