jaeger trace api with date filter #6995
Replies: 2 comments 3 replies
-
Hola @HiteshDhuria! 👋 Soy un bot aquí para ayudarte a resolver errores, responder preguntas y convertirte en un contribuyente. Estoy disponible mientras esperas a un mantenedor humano. ¡Vamos a solucionar esto juntos! 🚀 To apply a date or time filter when querying a specific trace ID in Jaeger, you can use the optional time window feature. This involves specifying the Here's an example of how you might structure the message GetTraceParams {
bytes trace_id = 1; // Your trace ID here
google.protobuf.Timestamp start_time = 2; // Optional start time
google.protobuf.Timestamp end_time = 3; // Optional end time
} By providing values for Additionally, when using Elasticsearch as the backend, keep in mind that the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
ES storage currently does not respect the time range (none of built-in storages do, as a matter of fact, the capability was introduced for external grpc-based implementations) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have jaeger V2 backed with elasticsearch and using Traces query to get a specific trace id. How do I give date or time filter here to optimize search since just with traceid alone it seems to be taking longer as its searching all indexes.
Beta Was this translation helpful? Give feedback.
All reactions