Issue
- When Dynatrace is enabled in multiple environments, it could be useful to see which instances belong to which environments.
Environment
- Liferay PaaS
Resolution
To mark instances as they're from production:
1. Add the DT_CUSTOM_PROP property to the Liferay service's LCP.json
"env": {
"LCP_PROJECT_MONITOR_DYNATRACE_TENANT": "MyDTTenant",
"LCP_PROJECT_MONITOR_DYNATRACE_TOKEN": "MyDTToken",
"DT_CUSTOM_PROP": "environment=prd"
}