Skip to content

Deploying Tempo distributors to each cluster and let them connect to same ingester #3925

Answered by evan361425
evan361425 asked this question in Q&A
Discussion options

You must be logged in to vote

@joe-elliott Thanks for the reply! Considering the challenges of using distributed Tempo in a multi-cluster environment, we decided to use the OpenTelemetry Collector to support multi-cluster setups without managing multiple S3 endpoints.

It provide several features:

flowchart TD
  subgraph Cluster1
    lb1[otel-lb] --100%--> col[otel-collector]
    col --sampled--> tempo[Tempo]
  end
  subgraph Cluster2
    lb2[otel-lb]
  end
  subgraph Cluster3
    lb3[otel-lb]
  end
  lb2 --100%--> col
  lb3 --100%--> col
Loading

Both otel-lb and otel-coll…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@evan361425
Comment options

@joe-elliott
Comment options

Comment options

You must be logged in to vote
1 reply
@joe-elliott
Comment options

Answer selected by evan361425
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants