Enumeration: SdkComponent
common.SdkComponent
Possible values of the sdkComponent
meta attributes on log messages. This
attribute indicates which subsystem emitted the log message; this may for
example be used to implement fine-grained filtering of log messages.
Note that there is no guarantee that this list will remain stable in the
future; values may be added or removed, and messages that are currently
emitted with some sdkComponent
value may use a different value in the future.
Enumeration Members
activity
• activity = "activity"
Component name for messages emited from an activity, using the context logger|Context.log. The SDK itself never publishes messages with this component name.
core
• core = "core"
Component name for all messages emitted by the Rust Core SDK library.
worker
• worker = "worker"
Component name for messages emited from a Temporal Worker instance.
This notably includes:
- Issues with Worker or runtime configuration, or the JS execution environment;
- Worker's, Activity's, and Workflow's lifecycle events;
- Workflow Activation and Activity Task processing events;
- Workflow bundling messages;
- Sink processing issues.
workflow
• workflow = "workflow"
Component name for messages emited from Workflow code, using the context logger|workflow.log. The SDK itself never publishes messages with this component name.