Gives a type to each piece of data extracted.
Enumerator |
---|
applier_metrics_channel_name_t | CHANNEL_NAME.
|
applier_execution_time_t | Total execution time.
|
last_applier_start_t | Last applier start.
|
transactions_committed_t | Transactions committed.
|
transaction_ongoing_t | Transactions ongoing.
|
are_transaction_pending_counts_unknown_t | transaction pending values unknown
|
transaction_pending_t | Transactions pending.
|
transactions_committed_size_sum_t | Transactions committed total size.
|
transactions_ongoing_full_size_sum_t | Transactions ongoing total full size.
|
transactions_ongoing_progress_size_sum_t | Transactions ongoing total executed size.
|
are_transaction_pending_sizes_unknown_t | Are transaction pending values unknown.
|
transactions_pending_size_sum_t | Transactions pending total size.
|
events_committed_count_t | Events scheduled.
|
waits_for_work_from_source_count_t | the number of waits for work from source
|
waits_for_work_from_source_sum_time_t | the time waited for work from source
|
waits_for_available_worker_count_t | the number of waits for a worker to be available
|
waits_for_available_worker_sum_time_t | the time waited for a worker to be available
|
waits_for_commit_dependency_count_t | the number of waits on transaction dependencies
|
waits_for_commit_dependency_sum_time_t | the time waited on transaction dependencies
|
waits_for_queues_memory_count_t | the number of waits due to the lack of memory for queueing
|
waits_for_queues_memory_sum_time_t | the time waited due to the lack of memory for queueing
|
waits_for_queues_full_count_t | the number of waits when worker queues were full
|
waits_for_queues_full_sum_time_t | the time waited when the worker queues were full
|
waits_due_to_commit_order_count_t | The number of times workers waited for the commit order.
|
waits_due_to_commit_order_sum_time_t | The total time workers waited for the commit order.
|
time_to_read_from_relay_log_t | the time sum spent reading from the relay log
|
applier_metric_type_end | last element of the enum, not used for any field.
This is the only enum entry that is allowed to change in new versions. Insert new fields above this one.
|