17 May 2021 11:39 AM - last edited on 31 May 2022 08:24 PM by Karolina_Linda
Hi everyone,
I set some custom service detection.
But unknown service method of custom service is displayed.
According to the issue below, I need to increase my cluster node's resources: https://community.dynatrace.com/t5/Dynatrace-Open-Q-A/How-to-explain-the-display-of-Unknown-service-...
Before increasing the performance, I'd like to confirm that my cluster node's resources are not sufficient.
Does anyone know how I can perform Cluster node's performance?
Thank you in advance.
Solved! Go to Solution.
17 May 2021 12:35 PM
Hi @Yoshi,
before looking at cluster node performance, did you check if the custom service configuration is a sane one?
E.g. not instrumenting something like a massively called method or a method that leads to very long running purepaths (e.g. a batch job that would run for hours and create 100s of thousands PP nodes maybe?)
18 May 2021 02:38 AM
Hi @r_weber,
Thank you for replying.
It seems called method seems to be massive, so I'll try to reduce that.
Can I use request naming to reduce that?
18 May 2021 08:09 AM
Hi @Yoshi ,
request naming rules will impact the "grouping" of the requests not necessarily the amount of PurePaths created. You will get fewer buckets but these buckets will hold more PurePaths.
Can you maybe show a concrete example what you have instrumented and what the resulting PurePaths/Requests are? That would make it easier to help 🙂
kr
18 May 2021 08:53 AM
Hi @r_weber,
Regarding request naming, I understood the features.😊
As for an example, thank you for offering.
But I don't know whether it's ok to post here or not in terms of my company's security policy... So I'm going to create support ticket.
Thank you!