quickwit-oss/quickwit

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

Open

#4.314 geöffnet am 21. Dez. 2023

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (553 Forks)github user discovery
enhancementgood first issue

Repository-Metriken

Stars
 (11.300 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide