19 Oct 2023 09:28 AM - last edited on 23 Oct 2023 08:12 AM by MaciejNeumann
Hi all,
Our teams needs to create one management zone per AWS Account.
Each MZ should pick up the Lambda Services.
Question is, how to add the ARN inside the metricSelector or AWS Account ID inside the Monitored Entity Services?
This is my sample Entity properties and I want to use publicCloudId as my ARN.
"properties": {
"serviceType": "RPC_SERVICE",
"detectedName": "demo-name in ap-southeast-1",
"isExternalService": false,
"publicCloudRegion": "ap-southeast-1",
"publicCloudId": "arnlambda:ap-southeast-1:123456789:function:demo-name",
"softwareTechnologies": [
{
"type": "NODE_JS"
},
{
"type": "AWS_LAMBDA"
}
],
"agentTechnologyType": "N/A"
},
Best Regards,
Abner
Solved! Go to Solution.
24 Oct 2023 11:36 AM
Hello @abnerlusung, if I understand your requirement correctly, this thread may be of help, specifically Adam's reply.
I've not tested it myself, but it seems possible to use the ARN to create a tag, and then use that tag for your Mgmt Zone setup.
25 Oct 2023 07:02 AM
Thanks @andre_vdveen ,
Right now, I created a support ticket based from this discussion. The requirement is actually similar.
https://community.dynatrace.com/t5/Open-Q-A/MetricSelector-for-Properties-Attribute/td-p/225926