Skip to content

Commit b20da5f

Browse files
Fix table syntax
1 parent 689febe commit b20da5f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/ROOT/pages/monitoring/causal-cluster/http-endpoints.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,11 @@ Therefore, details such as `leader` and `raftCommandsPerSecond` are database spe
144144
| Field | Type |Optional| Example | Description
145145
| `core` | boolean | no | `true` | Used to distinguish between Core Servers and Read Replicas.
146146
| `lastAppliedRaftIndex` | number | no | `4321` | Every transaction in a cluster is associated with a raft index.
147-
148-
Gives an indication of what the latest applied raft log index is.
147+
Gives an indication of what the latest applied raft log index is.
149148
| `participatingInRaftGroup` | boolean | no | `false` | A participating member is able to vote.
150149
A Core is considered participating when it is part of the voter membership and has kept track of the leader.
151150
| `votingMembers` | string[] | no | `[]` | A member is considered a voting member when the leader has been receiving communication with it.
152-
153-
List of member's `memberId` that are considered part of the voting set by this Core.
151+
List of member's `memberId` that are considered part of the voting set by this Core.
154152
| `isHealthy` | boolean | no | `true` | Indicates that the local database on this cluster member has not encountered a critical error that can block database operation.
155153

156154
[CAUTION]

0 commit comments

Comments
 (0)