05 May 2020 11:12 AM
Hello,
I have noticed that a custom service does not have a backtrace and no tags. I assume they all get stuck at the original service (first and original entry point). If this is correct, is there a way to disable the original service definition? and is this a proper assumption?
KR Henk
Solved! Go to Solution.
05 May 2020 03:12 PM
It depends what you want to achieve. For example measure response time / throughput of a part of your code.
If the custom service does not have backtrace, the tracing context is likely lost between entry point (for example web request service) and the custom service. It's difficult to tell without knowing more about the monitored process and the requests to the services.