Applies to version: 2026 R2 and above; author: Ćukasz Maciaszkiewicz
Related documentation
A detailed description of the functionalities mentioned in this article, along with their configuration, can be found in the following articles:
Introduction
Starting from version 2026 R2, changes have been introduced in the telemetry area of the WEBCON system regarding the naming of elements used in OpenTelemetry. The purpose of these changes is to organize the naming by introducing a consistent naming model, and as a result, to facilitate their use in data visualization and monitoring tools such as Grafana or Tempo.
This article presents the scope of these changes in a structured form. It has been prepared as a tabular summary that enables quick comparison between the previous and current naming conventions.
Scope of changes
As part of the introduced changes, the naming used in metrics, traces, spans, as well as their attributes and tags, has been standardized. The adopted naming approach is based on OpenTelemetry guidelines and assumes the use of lowercase names with namespaces separated by dots.
For multi-word names, as well as cases where previous names contained spaces, snake_case notation (using underscores) has been applied. Ultimately, the names follow the pattern: lowercasenamespace.lowercasenamespace.snake_case, e.g. http.response.status_code.
Additionally, it has been established that the names of objects and tags specific to the WEBCON platform are prefixed with a dedicated namespace webcon. This ensures that system-specific elements are unified and clearly separated from standard names.
Changes to trace naming
The table below presents a summary of changes in trace naming. The 2026 R1 column indicates the name used in platform versions 2026 R1 and earlier. The 2026 R2 column shows the name used starting from version 2026 R2.
NOTE: In the case of traces, the Description column is technical in nature and has been included for reference purposes only, to facilitate interpretation of individual entries.
| 2026 R1 | 2026 R2 | Description | Tags in 2026 R1 | Tags in 2026 R2 |
|---|---|---|---|---|
| * SqlQuery | * SqlQuery | ADO .NET SQL query. | Query; db.id | webon.db.query; webcon.db.id |
| GetElementFormAsync | webcon.elements_management.element.model.get | Creation of a model for a new or existing element (optionally based on cache). | ||
| SweController.GetViewData | webcon.portal.report.view.load | Retrieval of BPS view data based on view and database ID, taking into account the current user. | ||
| FormsController.ExecuteBusinessRule | webcon.portal.rule.execute | Execution of a business rule with the specified identifier from a URL. | ||
| FormsController.GenerateBarcode | webcon.portal.barcode.generate | Returning a 1D barcode of the form. | ||
| FormsController.GenerateBarcode2D | webcon.portal.barcode2d.generate | Returning a 2D barcode of the form. | ||
| FormsController.GenerateDoc | webcon.portal.doc.generate | Generating a DOC template of the form. | ||
| FormsController.GenerateHtmlAsync | webcon.portal.html.generate | Generating an HTML template of the form. | ||
| FormsController.GeneratePdfAsync | webcon.portal.pdf.generate | Generating a PDF template of the form. | ||
| FormsController.GetMobileChart | webcon.portal.chart.load | Returning a chart model. | ||
| FormsController.GetSqlGrid | webcon.portal.sql_grid.load | Returning an SqlGrid model. | ||
| FormsController.GetSqlRow | webcon.portal.sql_row.load | Returning an SqlRow model. | ||
| FormsController.GetWidgetData | webcon.portal.widget.load | Returning a widget model. | ||
| FormsController.GetVacationsChartData | webcon.portal.vacation_chart.load | Returning data for the leave chart. | ||
| Create controller | webcon.portal.request.controller.create | Creating a .NET MVC controller to handle the request. | ControllerName | webcon.controller.name |
| Controller endpoint action | webcon.portal.request.controller.endpoint | Executing a .NET controller endpoint method. | ||
| Bind model | webcon.portal.request.model.bind | webcon.request.model.bind.field.name | ||
| Filters context | webcon.portal.request.filters | |||
| Authorization filters | webcon.portal.request.filters.on_authorization | |||
| Resource filters | webcon.portal.request.filters.on_resource | |||
| Resource filters OnResourceExecuting | webcon.portal.request.filters.on_resource.executing | |||
| Resource filters OnResourceExecuted | webcon.portal.request.filters.on_resource.executed | |||
| Action filters | webcon.portal.request.filters.on_action | |||
| Action filters OnActionExecuting | webcon.portal.request.filters.on_action.executing | |||
| Action filters OnActionExecuted | webcon.portal.request.filters.on_action.executed | |||
| Exception filters | webcon.portal.request.filters.on_exception | |||
| Result filters | webcon.portal.request.filters.on_result | |||
| Result filters OnResultExecuting | webcon.portal.request.filters.on_result.executing | |||
| Result filters OnResultExecuted | webcon.portal.request.filters.on_result.executed | |||
| Action result execution | webcon.portal.request.filters.on_result.action_result_execution | |||
| Input JSON Formatter - ReadAsync | webcon.portal.request.json.format | Conversion of the input parameter from JSON to an object. | ||
| Output JSON Formatter - WriteAsync | webcon.portal.response.json.format | Conversion of the result object to JSON. | ||
| Deserialize commands model | webcon.portal.request.model.bind.command.deserialize | |||
| DetermineProviderCultureResult | webcon.portal.request.culture | Determining the user’s language and its usage context. | ||
| RequireApplicationFilter | webcon.portal.request.filters.on_authorization.require_application | Execution of the RequireApplicationFilter during the authorization stage. | ||
| Deserialize commands model | webcon.portal.request.filters.on_authorization.deskstore_command_applier.deserialize_commands_model | Execution of the DeskStoreCommandApplierFilter, which deserializes the command model during authorization. | ||
| RequireReportViewFilter | webcon.portal.request.filters.on_action.require_report_view | Execution of the report view permission filter at the action stage. | ||
| Converting NetBIOS name to principal name | webcon.users.netbios_to_upn.convert | Conversion of a NetBIOS name to a user principal name (UPN). | ||
| GetElementInfoAsync | webcon.elements_management.element.model.info.get | Retrieving detailed information about a workflow instance. | ||
| GetDesktopAsync | webcon.elements_management.element.model.compose | Retrieving information about an instance along with its status. | ||
| webcon.report.open | Opening a user report view. | webcon.report.id; webcon.report.view.id; webcon.app.id | ||
| QueryWithPerformanceLogAsync | webcon.solr.query.run | webcon.solr.contex; webcon.solr.query | ||
| Data repository - Get report engine | webcon.reports.data.engine.get | Part of the SQL report loading process. | ||
| Data repository - Apply visibility restrictions | webcon.reports.data.visibility.apply | Part of the SQL report loading process. | ||
| Data repository - Create columns | webcon.reports.data.columns.create | Part of the SQL report loading process. | ||
| Data repository - Get search columns | webcon.reports.data.columns.search.create | Part of the SQL report loading process. | ||
| Data repository - Get data | webcon.reports.data.load | Part of the SQL report loading process. | ||
| Data repository - Create summary | webcon.reports.data.summary.create | Part of the SQL report loading process. | ||
| Get form field report data | webcon.elements_management.element.field.report.data.load | Loading SQL report data into a form field. | ReportId | webcon.report.id; webcon.app.id; webcon.user.permission.admin |
| Get report data | webcon.report.data.load | Loading SQL report data. | ReportId | webcon.report.id; webcon.app.id; webcon.user.permission.admin |
| Prepare report view | webcon.report.view.prepare | Preparing the SQL report view. | ||
| webcon.tasks.summary | Retrieving the user’s task summary. | webcon.user.login | ||
| InsertControlsForOcrVerificationStep / InsertOcrModeButtonStep / SetIsOcrVerificationViewStep / CheckCheckoutStep / DeskInsertPathsStep / ExecuteOnLoadActionsStep / InsertAttachmentsStep / InsertClientInfoStep / InsertClientJsForLiteStep / InsertClientJsForMobileStep / InsertControlsStep / InsertDeskScreenshotDataStep / InsertGeneralFormDataStep / InsertInitialDataStep / InsertLicenseInfoStep / InsertMenuActionsStep / InsertPathsStep / InsertToModelStep / MutateMobileModelStep / RecoverMultilinePrimaryStep / SetIsCompactModelStep | webcon.elements_management.element.model.js.load.step.build | JS model build stage. | webcon.elements_management.element.model.js.load.step.name | |
| GetElementFormAsync | webcon.elements_management.element.model.get | |||
| UpdateFormFieldsAsync | webcon.elements_management.element.field.update | |||
| CloneSubelementsRow / InitializeSubelements / ImportSubelementsFromExcel / AddSubelementsRow / ChangeCellValue / PickerResolve / RemoveSelectedSubelementsRows / RecalculateRow / RecalculateSubelements / RestoreValue | webcon.elements_management.command.dispatch | Passing a command to a column. | webcon.command.type | |
| Update client value | webcon.elements_management.element.field.item_list.update | Updating the Item List. | webcon.form_field.name | |
| Commands deserialization | webcon.elements_management.element.field.item_list.update.commands.deserialize | Deserialization of the Item List update command. | ||
| Run commands | webcon.elements_management.element.field.item_list.update.commands.dispatch | Execution of the Item List update command. | ||
| NewRowAsync | webcon.elements_management.element.field.item_list.row.create | Creating a new row in the Item List. | Form field; Form field id; Row id | webcon.form_field.display_name; webcon.form_field.id; webcon.row.id |
| CreateSubelementsReadViewModelAsync | webcon.elements_management.element.field.item_list.view_model.read.create | |||
| CreateSubelementsWriteViewModelAsync | webcon.elements_management.element.field.item_list.view_model.write.create | |||
| LoadExistingElementFormAsync | webcon.elements_management.element.model.load | Creating a complete, updated model of the instance form. | webcon.element.id; webcon.doctype.id; webcon.step.id; webcon.process.id; webcon.element.mode.admin; webcon.element.mode.edit | |
| LoadJsModelAsync | webcon.elements_management.element.model.js.load | Creating a JS model of the instance. | ||
| HeartBeat | webcon.portal.heartbeat | A single Portal heartbeat signal. | ||
| TokenStore - Store | webcon.auth.cache.token.store | |||
| TokenStore - TryFind | webcon.auth.cache.token.find | |||
| TicketStore - Store | webcon.auth.cache.ticket.store | |||
| TicketStore - Renew | webcon.auth.cache.ticket.renew | |||
| TicketStore - Retrieve | webcon.auth.cache.ticket.retrieve | |||
| TicketStore - Remove | webcon.auth.cache.ticket.remove | |||
| Execute action | webcon.action.execute | Executing an action. | Id; Name | webcon.action.id; webcon.action.name; webcon.action.type.id; webcon.action.kind.id |
| Execute attachment action | webcon.action.execute | Executing an action (additional tag for actions executed “On attachment add”). | Id; Name | webcon.attachment.id; webcon.action.id; webcon.action.name; webcon.action.type.id; webcon.action.kind.id |
| Evaluate business rule | webcon.rule.node.execute | Evaluation of a business rule node. | Id | webcon.rule.node.id; webcon.rule.node.name |
| Upload file to OneDrive | webcon.elements_management.attachment.one_drive.upload | File name; Environment Application ID; Environment Tenant ID | webcon.attachment.name; webcon.attachment.one_drive.connection.application_id; webcon.attachment.one_drive.connection.tenant_id | |
| Update permissions for OneDrive file | webcon.elements_management.attachment.one_drive.permissions.update | File name; Environment Application ID; Environment Tenant ID | webcon.attachment.name; webcon.attachment.one_drive.connection.application_id; webcon.attachment.one_drive.connection.tenant_id | |
| MoveElementToNextStepAsync | webcon.elements_management.path.transitions | Executing a workflow path transition for an instance (without saving). | Path id; Element id | webcon.path.id; webcon.element.id |
| webcon.elements_management.element.save | Saving a workflow instance. | webcon.element.id | ||
| RecalculateAsync | webcon.elements_management.element.field.item_list.recalculate | Recalculation of Item List values. | webcon.form_field.id; webcon.form_field.display_name | |
| CheckSaveRestrictions | webcon.elements_management.element.field.item_list.save_restrictions.check | Checking Item List save constraints. | webcon.form_field.id; webcon.form_field.display_name | |
| ValidateAsync | webcon.elements_management.element.field.item_list.validate | Validation of the Item List. | webcon.form_field.id; webcon.form_field.display_name | |
| ResolveAsync | webcon.elements_management.element.field.item_list.resolve | Processing the Item List. | webcon.form_field.id; webcon.form_field.display_name | |
| RecalculateRestrictionsAsync | webcon.elements_management.element.field.item_list.restrictions.recalculate | Recalculation of Item List constraints. | webcon.form_field.id; webcon.form_field.display_name | |
| ApplySpecificRestrictionsAsync | webcon.elements_management.element.field.item_list.restrictions.apply | Applying a constraint to the Item List. | webcon.form_field.id; webcon.form_field.display_name | |
| SaveAsync | webcon.elements_management.element.field.item_list.save | Saving the Item List. | webcon.form_field.id; webcon.form_field.display_name | |
| RecalculateRowAsync | webcon.elements_management.element.field.item_list.recalculate | Recalculation of Item List rows. | Row Id | webcon.form_field.id; webcon.form_field.display_name; webcon.row.id |
| SaveHistory | webcon.elements_management.element.field.item_list.history.save | Saving Item List history. | webcon.form_field.id; webcon.form_field.display_name | |
| LoadData | webcon.elements_management.element.field.item_list.data.load | Loading Item List data. | webcon.form_field.id; webcon.form_field.display_name | |
| FillEntityDataAsync | webcon.elements_management.element.field.picker.fill | Populating data for a Choice field-type form field. | Field ID; Field name; Data source ID | webcon.form_field.id; webconform_field.name; webcon.data_source.id |
| Apply business rules and set default values | webcon.elements_management.element.model.rules_and_defaults.apply | Executing a business rule and setting default values. | ||
| Refresh config db cache | webcon.db.config.cache.refresh | Refreshing the configuration database cache. | Cache groups; Cache version | webcon.db.cache.groups; webcon.db.cache.version |
| Load data from datasource | webcon.data_source.data.load | Data source id; Data source type | webcon.data_source.id; webcon.data_source.type.id; webcon.data_source.type.name | |
| Establish ldap connection | webcon.data_source.ldap.connection.establish | Host name; Port; Use ssl; Trust server certificate | webcon.data_source.ldap.connection.host_name; webcon.user.ldap.connection.port; webcon.data_source.ldap.connection.ssl; webcon.data_source.ldap.connection.trust_server_certificate | |
| Perform LDAP search | webcon.data_source.ldap.search | DN; Filter; Count limit | webcon.data_source.ldap.dn; webcon.data_source.ldap.filter; webcon.data_source.ldap.count_limit | |
| Move to next step | webcon.elements_management.workflow.execute | Execution time of a path transition or save (UpdateState). | Path Id | webcon.path.id |
| Load cache | webcon.db.cache.init | Loading the cache store. | DbId; Cache groups; Cache version; (SnapshotIsolationSqlException) | webcon.db.id; webcon.db.cache.groups; webcon.db.cache.version (webcon.db.exception.snapshot_isolation) |
| Refresh cache | webcon.db.cache.refresh | Refreshing the cache store. | DbId; Cache groups; Cache version; Business objects to load (SnapshotIsolationSqlException) | webcon.db.id; webcon.db.cache.groups; webcon.db.cache.version; webcon.db.cache.business_objects (webcon.db.exception.snapshot_isolation) |
| * (WaitStatsName) | webcon.waitstats | Execution of a named internal scope. | webcon.waitstats.name | |
| OneDrive - Add permissions | webcon.elements_management.attachment.one_drive.permissions.add | Read; Write | webcon.attachment.one_drive.permissions.read; webcon.attachment.one_drive.permissions.write | |
| EvaluateRuleAsync | webcon.rule.execute | Execution of a business rule. | Rule id; Rule name | webcon.rule.id; webcon.rule.name |
| Ux rule execution | webcon.rule.ux.execute | Evaluation of JavaScript code in a form rule. | Rule id; Rule name | webcon.rule.id; webcon.rule.name |
| Get Summaries Row | webcon.reports.data.summary.get | Execution of an SWE summary query. | ||
| Replace attachment tags | webcon.expression_tree.tags.attachment.replace | Replacing tags in the attachment context. | FileName | webcon.attachment.name |
| Replace tags | webcon.expression_tree.tags.replace | Replacing tags (TagParser). | Mode | webcon.expression_tree.tags.replace.mode |
| Mark cache to refresh | webcon.db.cache.refresh.mark | Marking the configuration database cache store for refresh. | Cache groups; Reason | webcon.db.cache.groups; webcon.db.cache.refresh.reason |
| Mark data cache to refresh | webcon.db.data_cache.load | Marking the database cache for refresh. | Data cache groups | webcon.db.cache.groups |
| CacheStore LoadAll | webcon.db.cache.load | DbId; Cache groups | webcon.db.id; webcon.db.cache.groups | |
| Clear substitutions cache | webcon.user.substitutions.cache.clear | |||
| Transaction: * (scope name) | webcon.db.transaction | Database transaction scope. | Element id | webcon.element.id webcon.db.transaction.scope |
| Service activity: * (name) | webcon.service.activity | Connection string | webcon.db.cs; webcon.service.role.name | |
| Active Directory bind | webcon.user.ad.bind | Active Directory bind operation during user synchronization. | Domain | webcon.user.ad.domain |
| Active Directory request | webcon.user.ad.find | Active Directory search operation during user synchronization. | Url | webcon.user.ad.query |
| SetUpCache | webcon.db.cache.setup | Retrieving and initializing the Service database cache. | ||
| Service start | webcon.service.start | |||
| Service stop / Emergency service stop | webcon.service.stop | webcon.service.stop.emergency | ||
| Service reload | webcon.service.reload | |||
| RoleKeeper start | webcon.service.role_keeper.start | Initialization of Service modules. | ||
| RoleKeeper CheckRoles | webcon.service.role_keeper.check_roles | Periodic checking of a Service module. | ||
| Update heartbeat | webcon.service.heartbeat | Service heartbeat signal. | ||
| Check health | webcon.service.health.check | Checking Service status. | ||
| Thread processing | webcon.service.thread.processing | Processing scope of any Service queue thread. | Role; ThreadId; ThreadGuid | webcon.role.id; webcon.role.name; webcon.service.thread.id; webcon.service.thread.guid |
| Thread action | webcon.service.thread.task.processing | Service task in a thread for a single content database queue element. | Role; ThreadId; ThreadGuid | webcon.role.id; webcon.role.name; webcon.service.thread.id; webcon.service.thread.guid (webcon.db.id) (webcon.service.queue.item.id) |
| Text extraction | webcon.elements_management.attachment.text.extract | Extracting text from a SOLR attachment. | ||
| SOLR - Batch element index | webcon.solr.queue.elements.batch.element | Part of the SOLR instance indexing process. | WFD_ID | webcon.element.id |
| SOLR - Batch element index step | webcon.solr.queue.elements.batch.element.step | Part of the SOLR instance indexing process. | StepName | webcon.solr.queue.elements.batch.element.step.name |
| SOLR - Batch elements index | solr.queue.elements.batch.index | Part of the SOLR bulk instance indexing process. | ||
| LabelPrintImplementation | webcon.service.role.label_printer.print | Printing a label. | Printer name | webcon.service.role.label_printer.name |
| PowerShell Action | webcon.service.role.power_shell.execute |
*The webcon.db.id attribute is added automatically based on routing or the service context, therefore in specific cases its value may be incorrect.
Changes to metric naming
It should be noted that telemetry collectors replace dots (.) with underscores (_). Depending on the type of metric, suffixes such as _total, _bucket, _sum, or _count may also be added to the metric name.
NOTE: In version 2026 R2, a number of completely new metrics have been introduced. In such cases, the table shows only the name of the new metric in the 2026 R2 column (the corresponding cell in the 2026 R1 column remains empty).
| 2026 R1 | 2026 R2 | Description | Tags |
|---|---|---|---|
| webcon.notifications.push | Number of push notifications sent to users. Sending a notification to multiple devices is counted as a single notification. | webcon.notification.type webcon.notification.status webcon.notification.devices | |
| webcon.portal.request.user.unique.since_start | Number of unique Portal users since application startup. | ||
| webcon.portal.request.user.unique.recently | Number of unique Portal users from the last 7 days, but not earlier than application startup. | ||
| webcon.recurrent_actions.execute | Number of executions of recurring actions. | webcon.db.id webcon.wf.id | |
| webcon.recurrent_actions.running | Number of recurring actions currently in progress. | ||
| webcon.timers.execute | Number of timer executions. | webcon.db.id webcon.timer.id | |
| webcon.timers.running | Number of timers currently in progress. | ||
| uda-endpoint-automation | webcon.uda.automation.requests | Number of UDA automation endpoint calls. | |
| uda-endpoint-data-source | webcon.uda.data_source.requests | Number of UDA database endpoint calls. | |
| uda-endpoint-element-data | portal.uda.element.data.requests | Number of UDA instance data endpoint calls. | |
| uda-endpoint-element-transition | webcon.uda.element.path_transition.requests | Number of UDA instance path transition endpoint calls. | |
| uda-endpoint-element-transition | webcon.uda.element.save.requests | Number of UDA instance save endpoint calls. | |
| uda-endpoint-element-transition | webcon.uda.element.start.requests | Number of UDA instance start endpoint calls. | |
| webcon-workflow-form-path-transitions | webcon.elements_management.path.transitions.all | Total number of path transitions (including failed ones). | |
| webcon-workflow-form-success-path-transitions | webcon.elements_management.path.transitions.success | Number of successfully completed path transitions. | webcon.element.new webcon.transition.only_save webcon.transition.source(UpdateSource) |
| webcon.elements_management.path.history.insert | Number of new historical versions. | ||
| webcon-workflow-form-open | webcon.elements_management.element.open | Number of workflow instance openings in the browser. | |
| webcon-workflow-portal-open | webcon.portal.open | Number of Portal home page openings in the browser. | |
| webcon-workflow-form-path-transition-times | webcon.elements_management.path.transitions.times | Distribution of path transition execution times. | |
| webcon-workflow-form-elements-cache | webcon.elements_management.element.model.instances | Number of workflow instance models in cache. | |
| webcon-workflow-form-path-transitions-in-progress | webcon.elements_management.path.transitions.in_progress | Number of path transitions currently in progress. | |
| webcon-workflow-portal-ticket-store-cache | webcon.auth.cache.ticket | Number of objects in the user authentication identifier cache store. | |
| webcon-workflow-portal-token-store-cache | webcon.auth.cache.token | Number of objects in the cache token store. | |
| webcon-workflow-ocr-finereader-license-remaining-pages | webcon.ocr.fine_reader.license.remaining_pages | Number of pages available for processing under the FineReader license. | |
| webcon.ocr.fine_reader.document.processed | Number of pages processed by FineReader OCR. | webcon.ocr.fine_reader.document.page_count | |
| webcon-workflow-solr-elements-queue | webcon.solr.queue.elements | Number of items added to the SolrElementIndexer queue. | |
| webcon-workflow-solr-attachments-queue | webcon.solr.queue.attachments | Number of items added to the SolrAttachmentIndexer queue. | |
| webcon-workflow-solr-activities-queue | webcon.solr.queue.activities | Number of items added to the SolrActivityIndexer queue. | |
| webcon-workflow-solr-utilities-queue | webcon.solr.queue.utilities | Number of items added to the SolrUtilityIndexer queue. | |
| webcon-workflow-solr-elements-processed | webcon.solr.queue.elements.processed | Number of items removed from the SolrElementIndexer queue after processing. | |
| webcon-workflow-solr-attachments-processed | webcon.solr.queue.attachments.processed | Number of items removed from the SolrAttachmentIndexer queue after processing. | |
| webcon-workflow-solr-activities-processed | webcon.solr.queue.activities.processed | Number of items removed from the SolrActivityIndexer queue after processing. | |
| webcon-workflow-solr-utilities-processed | webcon.solr.queue.utilities.processed | Number of items removed from the SolrUtilityIndexer queue after processing. | |
| webcon.service.queue.item.dequeue | Number of items removed from the processing queue. | webcon.db.id webcon.service.role.id (webcon.recurrent.id) (webcon.timer.id) (webcon.user_sync.mode) | |
| webcon.service.queue.item.error | Number of queue items whose processing ended with an error. | webcon.db.id webcon.service.role.id (webcon.recurrent.id) (webcon.timer.id) (webcon.user_sync.mode) | |
| webcon.service.role.mail_approval | Number of emails processed in MailApproval. | webcon.db.id | |
| webcon.service.role.hot_mailbox | Number of emails processed in HotMailBox. | webcon.db.id webcon.hm.id | |
| webcon.service.role.hot_folder | Number of files processed in HotFolder. | webcon.db.id webcon.hf.id | |
| webcon.service.role.archive | Number of archived instances. | webcon.db.id webcon.service.role.archive.type | |
| webcon.service.role.substitutions | Number of substitution recalculations. | ||
| webcon.service.role.exchange_rates | Number of days for which exchange rates were retrieved. | ||
| webcon.notifications.mass.email | Number of emails sent via mass notifications. | webcon.db.id webcon.notifications.status | |
| webcon.notifications.email | Total number of emails sent. | webcon.db.id webcon.notifications.queue | |
| webcon.configuration.save.app | Number of application configuration saves. | webcon.db.id | |
| webcon.configuration.Import.app | Number of application configuration imports. | webcon.db.id | |
| webcon.configuration.clone.workflow | Number of workflow configuration clone operations. | webcon.db.id | |
| webcon.configuration.clone.process | Number of process configuration clone operations. | webcon.db.id |