You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/metrics.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3689,37 +3689,47 @@ Default config:
3689
3689
<tr>
3690
3690
<th>Name</th>
3691
3691
<td>Delta of total lag for {#APPLICATION_NAME}</td>
3692
-
<td>Time elapsed between flushing recent WAL locally and receiving notification that this standby server {#APPLICATION_NAME} has written, flushed and applied</td>
3693
-
<td>Time elapsed between flushing recent WAL locally and receiving notification that this standby server {#APPLICATION_NAME} has written and flushed it</td>
3694
-
<td>Time elapsed between flushing recent WAL locally and receiving notification that this standby server {#APPLICATION_NAME} has written it</td>
3692
+
<td>PostgreSQL WAL Send Lag: Time elapsed sending recent WAL locally on {#APPLICATION_NAME}</td>
3693
+
<td>PostgreSQL WAL Receive Lag: Time elapsed between receiving recent WAL locally and receiving notification that this standby server {#APPLICATION_NAME} has flushed it</td>
3694
+
<td>PostgreSQL WAL Write Lag: Time elapsed between flushing recent WAL locally and receiving notification that this standby server {#APPLICATION_NAME} has written it</td>
3695
+
<td>PostgreSQL WAL Flush Lag: Time elapsed between flushing recent WAL locally and receiving notification that this standby server {#APPLICATION_NAME} has written and flushed it</td>
3696
+
<td>PostgreSQL WAL Replay Lag: Time elapsed between flushing recent WAL locally and receiving notification that this standby server {#APPLICATION_NAME} has written, flushed and applied</td>
0 commit comments