pub fn configure_observability(
service_name: &str,
otel_config: &OtelConfig,
use_structured_logging: bool,
flame_graph: Option<impl AsRef<Path>>,
log_level_override: Option<&Level>,
trace_level_override: Option<&Level>,
) -> Result<(Dispatch, FlushGuard)>
Expand description
Configures observability for each type of signal