openobserve/openobserve

Unify the usage of reqwest/awc in the codebase.

Open

#3.700 geöffnet am 9. Juni 2024

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (537 Forks)batch import
good first issue✏️ Feature

Repository-Metriken

Stars
 (14.265 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1T 2h) (399 gemergte PRs in 30 T)

Beschreibung

Which OpenObserve functionalities are relevant/related to the feature request?

other

Description

Throughout the codebase both reqwest and awc are being used as http clients. Need to pick one and use it throughout.

Proposed solution

Use reqwest and remove awc. Add tests for the corresponding change.

Alternatives considered

None

Contributor Guide