docs for new metrics
This commit is contained in:
parent
104d66f10c
commit
599eba3be1
|
@ -109,6 +109,18 @@ when retrieving metrics using the above described signals.
|
|||
<td>Raft transactions / `interval`</td>
|
||||
<td>Counter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>`nomad.raft.lastIndex`</td>
|
||||
<td>Index of the last log</td>
|
||||
<td>Sequence number</td>
|
||||
<td>Gauge</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>`nomad.raft.appliedIndex`</td>
|
||||
<td>Index of the last applied log</td>
|
||||
<td>Sequence number</td>
|
||||
<td>Gauge</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>`nomad.raft.replication.appendEntries`</td>
|
||||
<td>Raft transaction commit time</td>
|
||||
|
@ -167,6 +179,12 @@ when retrieving metrics using the above described signals.
|
|||
<td>ms / Plan Evaluation</td>
|
||||
<td>Timer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>`nomad.state.snapshotIndex`</td>
|
||||
<td>Latest index in the server's in memory state store</td>
|
||||
<td>Sequence number</td>
|
||||
<td>Gauge</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>`nomad.worker.invoke_scheduler.<type>`</td>
|
||||
<td>Time to run the scheduler of the given type</td>
|
||||
|
|
Loading…
Reference in New Issue