jaegertracing/jaeger

[Feature]: Support parameters for attributes and limit in api/v3/traces endpoint

クローズ

#7,594 opened on 2025/10/15

 (12 件のコメント) (1 件のリアクション) (0 人の担当者)Go (2,326 件のフォーク)batch import
enhancementgood first issuehelp wanted

Repository metrics

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

説明

Requirement

When using Jaeger UI search filtering through tags and limiting the number of results is supported:

Grafana provides a similar experience but is using the internal HTTP endpoint which is not recommended.

We are working on migrating to the HTTP /api/v3/* endpoint but this does not support filtering with tags (attributes) or limiting the number of results.

It appears that the gRPC service does allow a parameter for attributes

Problem

Without the parameters for tags (attributes) or limit we are unable to migrate to api/v3/traces for searching trace results.

Proposal

Add support for attributes and limit parameter in the api/v3/traces endpoint.

Open questions

No response

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