riemannx v2.2.0 Riemannx.Connections.TLS View Source
TLS is a secure TCP connection, you can use this if communicating with your riemann server securely is important - it carries some overhead and is much slower than UDP/combined but the trade-off is obviously worth it if security is a concern.
Link to this section Summary
Functions
Callback implementation for Riemannx.Connection.get_worker/2
Callback implementation for Riemannx.Connection.query/3
Callback implementation for Riemannx.Connection.release/3
Callback implementation for Riemannx.Connection.send/2
Callback implementation for Riemannx.Connection.send_async/2
Link to this section Functions
Callback implementation for Riemannx.Connection.get_worker/2
.
Callback implementation for Riemannx.Connection.query/3
.
Callback implementation for Riemannx.Connection.release/3
.
Callback implementation for Riemannx.Connection.send/2
.
Callback implementation for Riemannx.Connection.send_async/2
.
start_link(Riemannx.Connection.t()) :: {:ok, pid()}