Skip to content

Trace forwarding protocol

Denis Shevchenko edited this page Oct 25, 2020 · 8 revisions

The Cardano node is able to send its metrics for an external process using TraceForwarderBK plugin, and the external process is able to receive these metrics using TraceAcceptorBK plugin. This guide describes the TraceForwarderBK/TraceAcceptorBK protocol.

Protocol

TraceForwarderBK plugin sends its metrics as a list of LogObjects.

Links

  1. LogObject a definition.
  2. TraceForwarderBK plugin.
  3. TraceAcceptorBK plugin.
Clone this wiki locally