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: modules/ROOT/pages/clustering/monitoring/endpoints.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ A cluster member may still report `"isHealthy": true` even if the database curre
173
173
Not relevant to secondaries, and hence is not included.
174
174
| `raftCommandsPerSecond` label:deprecated[] | number | yes | `124` | An estimate of the average Raft state machine throughput over a sampling window configurable via `clustering.status_throughput_window` setting.
175
175
`raftCommandsPerSecond` is not an effective way to monitor that servers are not falling behind in updated and is hence deprecated and will be removed in the next major release of Neo4j.
176
-
It is recommended to use the metric `<prefix>.clustering.core.commit_index` on each server and look for divergence instead.
176
+
It is recommended to use the metric `<prefix>.cluster.raft.commit_index` on each server and look for divergence instead.
177
177
|===
178
178
179
179
After an instance has been switched on, the status endpoint can be accessed in order to make sure all the guarantees listed in the table below are met.
0 commit comments