Skip to content

Commit

Permalink
Add links to godoc for raft related metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetha Appan committed Jun 19, 2019
1 parent 3adb751 commit aba8d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/docs/telemetry/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ when retrieving metrics using the above described signals.
</tr>
<tr>
<td>`nomad.raft.lastIndex`</td>
<td>Index of the last log</td>
<td>Index of the <a href="https://godoc.org/github.com/hashicorp/raft#Raft.LastIndex">last log in stable storage</a></td>
<td>Sequence number</td>
<td>Gauge</td>
</tr>
<tr>
<td>`nomad.raft.appliedIndex`</td>
<td>Index of the last applied log</td>
<td>Index of the <a href="https://godoc.org/github.com/hashicorp/raft#Raft.AppliedIndex">last applied log</a></td>
<td>Sequence number</td>
<td>Gauge</td>
</tr>
Expand Down

0 comments on commit aba8d42

Please sign in to comment.