Module tracing_setup

Module tracing_setup 

Source
Expand description

Tracing integration for rapace cells.

This module sets up tracing so that cell logs are forwarded to the host process via rapace-tracing. The host can also push filter updates to cells.

Structs§

TracingConfigService
Wrapper around TracingConfigServer that implements ServiceDispatch.

Functions§

create_tracing_config_service
Create a shared filter + TracingConfig service without installing the tracing layer.
init_cell_tracing
Initialize tracing for a cell, forwarding logs to the host.
install_tracing_layer
Install the tracing layer that forwards spans/events to the host, using an existing filter.