quickwit-oss/quickwit

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

Open

#4 314 ouverte le 21 déc. 2023

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (553 forks)github user discovery
enhancementgood first issue

Métriques du dépôt

Stars
 (11 300 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur