This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Reliable transport

Between its components, Axoflow transports data using the reliable OpenTelemetry protocol (OTLP) for high performance, and to avoid losing messages. Under the hood, OpenTelemetry uses gRPC, and has superior performance compared to other log transport protocols, consumes less bandwidth (because it uses protocol buffers), and also provides features like:

  • on-the-wire compression
  • authentication
  • application layer acknowledgement
  • batched data sending
  • multi-worker scalability on the client and the server.