Module
Decorators for conditionally enabling/disabling Splunk AO telemetry. These decorators check the SPLUNK_AO_LOGGING_DISABLED environment variable and skip execution of telemetry operations when disabled.nop_async
f(Callable): The asynchronous function to wrap.
Callable: A wrapped async function that checks the logging toggle before execution.
nop_sync
f(Callable): The synchronous function to wrap.
Callable: A wrapped function that checks the logging toggle before execution.
splunk_ao_logging_enabled
bool: True if logging is enabled (default), False if SPLUNK_AO_LOGGING_DISABLED is set.