[Feature]: Add optional time window when fetching trace by id using grpc-plugin
Closed this issue · 1 comments
rim99 commented
Requirement
We are using Jaeger UI to explore traces managed by Grafana Tempo.
Jaeger query uses GRPC plugin to send requrest to Tempo cluster.
Problem
Although currently this thing works, Jaeger cannot send optional time window to hint Tempo to query limited blocks from S3
Proposal
I would suggest to add optional time window (start & end timestamp) in GRPC storage plugin proto file:
Different backends can decide how to use it.
Open questions
No response
yurishkuro commented
Duplicate of #4150