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.