alburthoffman

Results 4 issues of alburthoffman

**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. Start Tempo (SHA or version): main-3e003d6 2. Perform Operations (Read/Write/Others) READ/WRITE **Expected behavior** Expect the queries run faster than...

## Which problem is this PR solving? Resolves [4150](https://github.com/jaegertracing/jaeger/issues/4150) ## Short description of the changes allow optional time parameters when querying trace by id

**Is your feature request related to a problem? Please describe.** Our APIs require sending start and end time. But every time we have to input it manually **Describe the solution...

feature request
triage
user-request

### Requirement add start_time and end_time as optional parameters in https://github.com/jaegertracing/jaeger-idl/blob/main/proto/api_v2/query.proto#L37 ### Problem when using with Granafa console, the trace id view takes a little long time to load. This...

enhancement
help wanted
good first issue