Skip to content

Commit

Permalink
Replace the lag nanos metric pcr (#18140)
Browse files Browse the repository at this point in the history
  • Loading branch information
kathancox authored Dec 8, 2023
1 parent fb7d482 commit 181ed95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ We recommend tracking the following metrics:

- `physical_replication.logical_bytes`: The logical bytes (the sum of all keys and values) ingested by all physical cluster replication jobs.
- `physical_replication.sst_bytes`: The [SST]({% link {{ page.version.version }}/architecture/storage-layer.md %}#ssts) bytes (compressed) sent to the KV layer by all physical cluster replication jobs.
- `physical_replication.frontier_lag_nanos`: The time between the actual time (now) and `replicated_time` of the replication stream. That is, this metric tracks how far behind the replication stream is relative to now.
- `physical_replication.replicated_time_seconds`: The [replicated time]({% link {{ page.version.version }}/physical-cluster-replication-technical-overview.md %}#cutover-and-promotion-process) of the physical replication stream in seconds since the Unix epoch.

## See also

Expand Down

0 comments on commit 181ed95

Please sign in to comment.