Replies: 1 comment 2 replies
-
@vsrakesh what is your use case? i.e. what are you trying to accomplish? Why would you want to avoid directly fetching this data from Elasticsearch? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi all! - I have started implementing Jeager integration into our stack recently and are also exploring the API's to fetch data using the gRPC and the HTTP APIs'
Now, I was originally intending to get all spans between two timestamp values and could not find an an direct API to accomplish this task.
I had tried using the
findTraces
api and could get the data for eachservice
separately, however this would mean that the SPAN data would be duplicated across services (as eachfindTrace
retrieves spans within the service and all other related spans for each traceId associated with the service).Would be interesting to know if Im missing something and if there are other ways of fetching raw span data (bw timestamps) via the gRPC API.
Im trying to avoid fetching this data directly from elasticsearch
Regards
Beta Was this translation helpful? Give feedback.
All reactions