Enabling the collection of Pega Robot Runtime data for reporting
Collect the health and usage statistics for Pega Robot Runtime to create meaningful reports that help you understand the performance of your robotic workforce.
The reporting feature in Pega Robot Manager extends Pega Platform capabilities to enable creating, editing, and viewing reports from applications that include Pega Robot Manager in their application stack.RuntimeConfig.xml
version other
than the Master file is available. Otherwise, create a new version. For more information, see
Creating Runtime configuration files.- In the navigation pane of Pega Robot Manager, click .
- On the Runtime configs tab, click the
RuntimeConfig.xml
version that you want to edit. - On the Settings tab for the selected version, click Edit to open the XML editor.
- In the XML editor, set the
PublishToRobotManager enabled
attribute to true. - Customize data collection according to your business needs by configuring any of the
following attributes:
HealthStatistics enabled
– Indicate whether to collect health statistics, including login information, the Pega Robot Runtime version, the package name and version, and any fatal exceptions.UsageStatistics enabled
– Indicate whether to collect the automation and activity usage statistics.publishInterval
– Indicate how often (in minutes) Pega Robot Runtime publishes the health and usage statistics data to Pega Robot Manager.ssoUserIdRule
– Required for SSO authentication only. Specify how Pega Robot Runtime forms the UPN for the Pega Security Token Service (STS) server. You can set this attribute to the following values:FullUPN – Format the user ID as [email protected]. This is the default value. PartialUPN – Format the user ID as [email protected]. Username – Format the user ID as username. Note: By setting this attribute, you ensure that the user identifiers in Pega Robot Manager match the identifiers that Pega Robot Runtime sends in the operational data payload.
For example: <PublishToRobotManager enabled="true" ssoUserIdRule="FullUPN"> <HealthStatistics enabled="true" /> <UsageStatistics enabled="true" publishInterval="60" /> <RobotActivityLog enabled = "false" eventsToLog = "1"/> </PublishToRobotManager>
- Enable the
OpenSpan.Events.OperationalEvents.OperationalEventConsumer
by setting theconsumer enabled
attribute to true.For example: <consumer enabled="true" assembly="OpenSpan.Events" type="OpenSpan.Events.OperationalEvents.OperationalEventConsumer" sendFailuresBeforeWaiting="3" waitForRetryTime="60000" eventSources="Operational">
- Click Save to confirm your settings.
- In the Save changes modal dialog box, describe the change, and then click Submit.
- In the Assigned to section, ensure that this file is assigned to a
user, department, work group, or a robot operator whose data you want to report on. Otherwise,
perform the following actions to assign the
RuntimeConfig.xml
file:Note: The entity assignments take precedence over any application-default settings. - Click Assign new.
- In the Assign new modal dialog box, select the entity to which you want to assign the file.
- Click Submit.

Previous topic Setting up Pega Platform to use reports in Pega Robot Manager Next topic Modifying data aggregation intervals for reporting