Home
last modified time | relevance | path

Searched refs:HttpRetryLogic (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/src/sinks/util/
H A Dhttp.rs57 pub struct BatchedHttpSink<T, B, L = HttpRetryLogic>
76 impl<T, B> BatchedHttpSink<T, B, HttpRetryLogic>
93 HttpRetryLogic, in new()
347 pub struct HttpRetryLogic; struct
349 impl RetryLogic for HttpRetryLogic { implementation
413 let logic = HttpRetryLogic; in util_http_retry_logic()
/dports/sysutils/vector/vector-0.10.0/src/sinks/
H A Dclickhouse.rs5 http::{Auth, BatchedHttpSink, HttpClient, HttpRetryLogic, HttpSink},
177 inner: HttpRetryLogic,
/dports/sysutils/vector/vector-0.10.0/src/sinks/influxdb/
H A Dmetrics.rs8 http::{HttpBatchService, HttpClient, HttpRetryLogic},
119 HttpRetryLogic, in new()