Closed EvanLjp closed 4 years ago
In my mind, today, they are alternative. Using them together is very complex, and I assume it is not suitable for an open source project. So, we only suggest you, don't use language agents in the service mesh. If you really want the agent for tracing only, consider adding a flag in the trace receiver, isAnalysis
, and if it is set as false
, then trace data only collected but not analysis.
I'm just worried that the mixer won't have enough information to locate the problem when some error occur in a method and with try catch process ,how to locte it from service mesh information Is there a best practice for service mesh tracing?
Is there a best practice for service mesh tracing?
I talked this multiple times in public conferences. There is no advantage of tracing in mesh. Mesh provides observability without agents in service level, not inside it. If you want the traditional method level or codes level diagnosis, agent is always the best choice.
Thanks for your helping
Please answer these questions before submitting your issue.
Question
I'm confused by the description above,How to properly use native probe in service mesh? Thanks for your helping