Cross-Cluster Tracing with Unified Trace ID in Multi-Cluster Kubernetes #13647
Unanswered
linshenfanying
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
If you are focusing on Java agent, you could use either shared OAP cluster ot dedicated OAP per cluster. If you are using more features than just Java agent, e.g. using some MAL functions like, k8s monitoring, you can only using dedicated OAP cluster per cluster.(a) Further, if you have same service(logic name) deployed in two clusters, a shared OAP cluster, but you can see it has conflicts with (a). You can't have both. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
May I ask, I have multiple Kubernetes clusters, and services between these Kubernetes clusters call each other. To ensure the entire link is connected, meaning a single trace_id can be passed through services across multiple clusters, which of the following solutions can meet the requirement:
Beta Was this translation helpful? Give feedback.
All reactions