nemo_microservices.types.shared_params.tracing_config#

Module Contents#

Classes#

API#

class nemo_microservices.types.shared_params.tracing_config.TracingConfig#

Bases: typing_extensions.TypedDict

adapters: Iterable[nemo_microservices.types.shared_params.log_adapter_config.LogAdapterConfig]#

None

The list of tracing adapters to use.

If not specified, the default adapters are used.

enabled: bool#

None