Skip to content

Commit 2ea5b5a

Browse files
Fix the syntax in a few pages (#2403)
1 parent cd157da commit 2ea5b5a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,12 @@ 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.
155-
156-
Gives an indication of what the latest applied raft log index is.
154+
| `lastAppliedRaftIndex` | number | no | `4321` | Every transaction in a cluster is associated with a raft index. +
155+
Gives an indication of what the latest applied raft log index is.
157156
| `participatingInRaftGroup` | boolean | no | `false` | A participating member is able to vote.
158157
A primary is considered participating when it is part of the voter membership and has kept track of the leader.
159-
| `votingMembers` | string[] | no | `[]` | A member is considered a voting member when the leader has been receiving communication with it.
160-
161-
List of member's `memberId` that are considered part of the voting set by this primary.
158+
| `votingMembers` | string[] | no | `[]` | A member is considered a voting member when the leader has been receiving communication with it. +
159+
List of member's `memberId` that are considered part of the voting set by this primary.
162160
| `isHealthy` | boolean | no | `true` | Indicates that the local database on this cluster member has not encountered a critical error that can block database operation.
163161

164162
[CAUTION]

0 commit comments

Comments
 (0)