Skip to content

Commit c631ea7

Browse files
Update the metric in the cluster endpoint description (neo4j#2516)
1 parent a60b583 commit c631ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clustering/monitoring/endpoints.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ A cluster member may still report `"isHealthy": true` even if the database curre
173173
Not relevant to secondaries, and hence is not included.
174174
| `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.
175175
`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.
177177
|===
178178

179179
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

Comments
 (0)