riemannx v3.1.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.

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

Link to this section Functions

Callback implementation for Riemannx.Connection.query/3.

Callback implementation for Riemannx.Connection.send_async/2.

Link to this function start_link(list) View Source
start_link([]) :: {:ok, pid()}