jaegertracing/jaeger

[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:

message GetTraceRequest {

Different backends can decide how to use it.

Open questions

No response

Duplicate of #4150