Skip to content

Commit bb24026

Browse files
Update endpoints.adoc
1 parent eb13cf5 commit bb24026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ Therefore, details such as `leader` and `raftCommandsPerSecond` are database-spe
151151
|===
152152
| Field | Type |Optional| Example | Description
153153
| `core` | boolean | no | `true` | Used to distinguish between if the server is hosting the database in primary (core) or secondary mode.
154-
| `lastAppliedRaftIndex` | number | no | `4321` | Every transaction in a cluster is associated with a raft index.
154+
| `lastAppliedRaftIndex` | number | no | `4321` | Every transaction in a cluster is associated with a raft index. +
155155
Gives an indication of what the latest applied raft log index is.
156156
| `participatingInRaftGroup` | boolean | no | `false` | A participating member is able to vote.
157157
A primary is considered participating when it is part of the voter membership and has kept track of the leader.
158-
| `votingMembers` | string[] | no | `[]` | A member is considered a voting member when the leader has been receiving communication with it.
158+
| `votingMembers` | string[] | no | `[]` | A member is considered a voting member when the leader has been receiving communication with it. +
159159
List of member's `memberId` that are considered part of the voting set by this primary.
160160
| `isHealthy` | boolean | no | `true` | Indicates that the local database on this cluster member has not encountered a critical error that can block database operation.
161161

0 commit comments

Comments
 (0)