07 Mar 2019 08:30 AM - last edited on 13 Dec 2021 11:20 AM by MaciejNeumann
Currently:
1. Create new process - achievable via 'custom process group detection rules'
2. Create new service - achievable via 'custom service detection'
3. Split a process group into multiple process groups - achievable via 'Process group detection flags' and/or 'Process group detection rules'
4.Split a service into multiple services - any suggestion?
Best Regards,
Wai Keat
Solved! Go to Solution.
07 Mar 2019 08:46 AM
Basically your number 1-3 cover all the use cases. If you have a service you want to split into more fine grained services you can create a new service via custom service detection.
Any specific use case you have in mind?
16 Apr 2019 02:50 PM
May I ask what the use case is here?
* Splitting a PG means that the processes involved are actually separate deployments. A PG is a group of processes that form a cluster and deliver the same functionality. This one splits it because this is not the case.
* a custom service is something different. It is meant to define a service for deployed services that dynatrace does not automatically detect. While it can be used as a workaround for splitting, that is not the use case here.
Thus it all depends on what your use case is, why is it that you need to split a specific service. Just splitting for splitting sake is not something we encourage.
Best
Mike
18 Apr 2019 03:51 AM
Hi all,
I've managed to achieve what I want to achieve by simply using process group detection.
Long story short, after rounds of discussion we find that the problem is: There is one java process for each country, but OneAgent groups them all together into one.
So, I use process group detection to split out the one java process into multiple java processes by using parameter that is unique to each country. Finally with a little creativity in service-naming rule, problem solved.
In the end, I get mutiple service with the name blablabla_TH, blablabla_MY, blablabla_SG, blablabla_PH and few others.