-
Notifications
You must be signed in to change notification settings - Fork 15
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.
TraceForwarderBK
plugin sends its metrics as a list of LogObject
s.
-
LogObject a
definition. -
TraceForwarderBK
plugin. -
TraceAcceptorBK
plugin.