30 Jan 2019 09:12 AM
I deployed OneAgent on two different layer of webserver (nginx): first one is the presentation layer (4 hosts) and the second one is the backend layer (other 4 hosts).
Detected service is only one (NGINX on port 443) but I need to split that in two different service i.e Nginx Frontend and Nginx Backend in order to reach best representation on dashboard side.
Did you ever done this trick?
Thank in advance!
Solved! Go to Solution.
30 Jan 2019 10:14 AM
Hello @davide s.,
how looks your process group? If you see only one process group nginx it is possible that those services are binded into one. In such way I suggest using environment variables to split those process groups based on their role and then services should also be separated.
https://www.dynatrace.com/support/help/shortlink/p...
Sebastian
30 Jan 2019 11:44 AM
Yes, I see just one process group "nginx". Ok I will do this condifguration on hosts. Thanks a lot!