jaegertracing/jaeger

Document multi-zone / multi-region setup

Open

#1.833 geöffnet am 5. Okt. 2019

Auf GitHub ansehen
 (11 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)Go (2.326 Forks)batch import
documentationhelp wanted

Repository-Metriken

Stars
 (18.974 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 15h) (89 gemergte PRs in 30 T)

Beschreibung

Requirement - what kind of business use case are you trying to solve?

Application is spread out across multiple clusters and traffic is routed to a cluster based on client location. How to have one Jaeger UI to see traces in all the clusters?

Is it possible to have collector,db,query and ui all in one cluster where all agents running in multiple clusters send their traces to? And if so is there a way to tag/label the span with cluster/region name?

Problem - what in Jaeger blocks you from solving the requirement?

There is no documentation on what the possible/best patterns are.

Contributor Guide