juspay/hyperswitch

feat(logging): add support for reading locally generated file logs via vector instance

Open

#5.123 geöffnet am 26. Juni 2024

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Rust (4.676 Forks)batch import
A-infraC-featuregood first issue

Repository-Metriken

Stars
 (42.690 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 22h) (213 gemergte PRs in 30 T)

Beschreibung

Currently we use a vector docker service to manage our logs & events pipeline. This vector is controlled by this configuration.

We need to add support for reading file logs from local system and send them to loki / opensearch with a proper tag/labels.

Can take a look at the promtail configuration to get an idea about the exact specifications of this.

References: file source in vector addition of vector service

Contributor Guide