Metric ID | Description |
---|---|
number_of_records_skipped | The total number of records that the step didn't process. |
number_of_records_in_scope | The number of records selected for bulk editing, including those in a pending state and those that didn't match the edit criteria. |
number_of_records_succeeded | The number of records that are updated and moved to the index for search step. |
number_of_records_failed | The number of records that weren't updated. A record doesn't get updated for the following reasons:
|
Metric ID | Description |
---|---|
SEARCH_INDEX_TOTAL_RECORDS | The total number of records that the step processed. |
SEARCH_INDEX_FAILED_RECORDS | The number of records that failed to index. |
SEARCH_INDEX_SUCCESS_RECORDS | The number of records that are indexed for search requests. |
SEARCH_INDEX_UPSERT_SUCCESS | The number of records for which the search indexes are added or updated. |
SEARCH_INDEX_UPSERT_FAILURE | The number of records that failed to index for search. |
SEARCH_INDEX_DELETE_SUCCESS | The number of records whose indexes were deleted. |
SEARCH_INDEX_DELETE_FAILURE | The number of records whose indexes failed to be deleted. |
Metric ID | Description |
---|---|
MATCH_TOKENIZE_TOTAL_RECORDS_READ | The total number of records for which the step generated match keys. |
MATCH_TOKENIZE_TOTAL_RECORDS | The number of records for which match keys are generated. |
MATCH_TOKENIZE_FAILED_RECORDS | The number of records for which the step didn't generate match keys because of internal errors. |
MATCH_TOKENIZE_SKIPPED_RECORDS | The number of records that the step skipped because of some internal issues. |