正解:C,D
The Tracer tool in Pega is used for debugging and provides real-time diagnostics of rule execution. It can trace various events, including:
C: Data transforms. Tracer can be used to trace the execution of data transforms, which are rules that define how data is set or copied from one or more sources to a target.
D: Service-level agreements. The tool can also trace the execution of service-level agreements (SLAs) to ensure that they are triggered and actioned as configured, particularly useful for understanding and troubleshooting the timing and escalation actions within case processing.
While Tracer is a powerful tool for rule execution diagnostics, it is not typically used for tracing user authentication events directly; other logging and auditing mechanisms would generally handle that. Data sources are usually traced through the use of the Data Page debugging tools rather than the Tracer, although the Tracer can show the execution of rules that interact with data sources.