Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/uipath/runtime/governance/_audit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"""Audit sink framework for governance events.
Internal module. Provides a pluggable audit system that emits
governance events to one or more sinks. The built-in
:class:`TracesAuditSink` emits OpenTelemetry spans and is always
registered by every :class:`AuditManager` — it carries the governance
audit trail and cannot be disabled by application code.
Callers import from the submodules directly (``_audit.base``,
``_audit.traces``, ``_audit.factory``). This package exposes no
aggregated symbols.
"""
Loading
Loading