jaegertracing/jaeger
在 GitHub 查看query service "search" api 'limit', 'total' and 'offset' fields are not supplied on response
Open
#2,027 建立於 2020年1月17日
area/storageenhancementhelp wanted
描述
Requirement - what kind of business use case are you trying to solve?
set of fields are not supplied on the query service search response
Service: jaeger query
API: /apt/traces
Current response:
{
data: "...",
total: 0,
limit: 0,
offset: 0
}
Response struct: https://github.com/jaegertracing/jaeger/blob/886b96574253a005ee7ebe74140098f3fe183606/cmd/query/app/http_handler.go#L56 Response part: https://github.com/jaegertracing/jaeger/blob/886b96574253a005ee7ebe74140098f3fe183606/cmd/query/app/http_handler.go#L238
Fields total, limit and offset are not supplied on the response part.
I am ready yo submit a PR if someone guide me to get these fields.