quickwit-oss/quickwit
在 GitHub 查看Use tags and service name to derive a process ID in the jaeger REST API
Open
#4,314 创建于 2023年12月21日
enhancementgood first issue
仓库指标
- Star
- (11,300 star)
- PR 合并指标
- (PR 指标待抓取)
描述
We added in #4197 Jaeger REST endpoints.
The code logic used to convert gRPC objects into the REST ones has a missing part. During the conversion, we build process IDs from the service name, we should also take into account tags to build those IDs, ref