We have two Jaeger collectors deployed on two datacenters (A and B), these Jaeger collectors share the same Cassandra cluster as the backend.
Is there any way to add a custom tag like region=A or region=B to the traces in the Collector instances so that when I'm querying in the Jaeger UI, I can see where the trace is coming from?
You can use
--collector.tagsoption for that.