Hello community, we have a use case where we want to implement multi tenancy based on few common attributes in the spans. As the combination of these attribute values brings a lot of tenants, we want to achieve it with a single tenant and by creating tempo datasources with custom tags. In tempo ds, you can only configure particular attribute to fetch its labels. Is there any way to pass a fixed value to that custom attribute as well? It will help in reducing complexity and cost. Your suggestions are really welcome.
You mean prevent someone to see a trace that is not about themselves?
(or something like that)
Tempo can’t do that natively. I think it’s available in Grafana Cloud (I am not sure, it exists for metrics and logs but never tried for traces)
Okay, thanks.