quickwit-oss/quickwit

Use tags and service name to derive a process ID in the jaeger REST API

Open

#4.314 aberto em 21 de dez. de 2023

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (553 forks)github user discovery
enhancementgood first issue

Métricas do repositório

Stars
 (11.300 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador