datastax / cdc-apache-cassandra

Datastax CDC for Apache Cassandra
Apache License 2.0
36 stars 22 forks source link

Disable the replication_latency metric for backfilled items #146

Closed aymkhalil closed 1 year ago

aymkhalil commented 1 year ago

The connector sends a replication_latency e2e metric based on the WRITETIME property that originates from a mutation on the commit log. For backfilled items, the writetime is not indicative of latency as those are historical items and will lead to skewed metric. The connector sends the metric only if the property exists.

Notes: