Replicat Database Statistics by Table

Name Value

Documentation

Retrieve an existing Replicat Database Statistics by Table

Process Type(s)

Replicat

Endpoint

/services/v2/mpoints/{item}/statisticsTableReplicat

JSON Schema

mpoints:statisticsTableReplicat

Base Name

statistics-table-replicat

Internal Name

MPL_TABLE_COUNTS_RP

Tag Description

deploymentName

The name of the OGG Microservices deployment

deploymentId

The unique identity of the OGG Microservices deployment

processType

The type of process

processName

The name of the process

table-name

The name of the table

target-table-name

The name of the target table

Metric Data Type Description

mapped-total-inserts

integer

Number of INSERT operations performed

mapped-total-updates

integer

Number of UPDATE operations performed

mapped-total-deletes

integer

Number of DELETE operations performed

mapped-total-upserts

integer

Number of UPSERT operations performed

mapped-total-truncates

integer

Number of TRUNCATE operations performed

total-ignores

integer

Number of errors ignored

total-discards

integer

Number of operations discarded

total-conflicts-detected

integer

Total Apply Conflicts

total-conflicts-resolved

integer

Total Conflicts Automatically Resolved

total-conflicts-failed

integer

Total Conflicts that Failed Automatic Resolution

total-insert-row-exists

integer

Number of database conflicts of the type insert row exists

total-update-row-exists

integer

Number of database conflicts of the type update row exists

total-update-row-missing

integer

Number of database conflicts of the type update row missing

total-delete-row-exists

integer

Number of database conflicts of the type delete row exists

total-delete-row-missing

integer

Number of database conflicts of the type delete row missing