riemannx v2.4.1 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.
Special Notes
- This library was built for my use-case which required speed at the expense of reliability hence why combined is the default. If, however you require guarantees on message order then TCP / TLS is the way to go.
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()}