Tempo: add custom grpc limits

This commit is contained in:
Gareth Dawson
2026-01-08 22:08:54 +09:00
parent ec55871b9b
commit 57930f22f5
4 changed files with 42 additions and 1 deletions
@@ -198,5 +198,10 @@ func (s *RequestConfigProvider) PluginRequestConfig(ctx context.Context, pluginI
m[backend.AppClientSecret] = externalService.ClientSecret
}
if pluginID == "tempo" {
const liveClientQueueMaxSize = "GF_LIVE_CLIENT_QUEUE_MAX_SIZE"
m[liveClientQueueMaxSize] = strconv.Itoa(s.cfg.LiveClientQueueMaxSize)
}
return m
}