jaegertracing/jaeger

query service "search" api 'limit', 'total' and 'offset' fields are not supplied on response

オープン

#2,027 opened on 2020/01/17

 (17 件のコメント) (3 件のリアクション) (0 人の担当者)Go (2,326 件のフォーク)batch import
area/storageenhancementhelp wanted

Repository metrics

Stars
 (18,974 個のスター)
PR merge metrics
 (平均マージ 4d 11h) (30d で 85 merged PRs)

説明

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.

コントリビューターガイド