Skip to content

Commit

Permalink
Update Telemetry Docs (#23535)
Browse files Browse the repository at this point in the history
* update remote wal docs

* Update website/content/partials/telemetry-metrics/vault/replication/fsm/last_remote_wal.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
  • Loading branch information
ltcarbonell and schavis authored Oct 10, 2023
1 parent 9d52e08 commit 42a141c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions website/content/docs/internals/telemetry/metrics/all.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ alphabetic order by name.

@include 'telemetry-metrics/vault/replication/fsm/last_remote_wal.mdx'

@include 'telemetry-metrics/vault/replication/fsm/last_upstream_remote_wal.mdx'

@include 'telemetry-metrics/vault/replication/merkle/commit_index.mdx'

@include 'telemetry-metrics/vault/replication/merklediff.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ your Vault instance. Enterprise installations also include

@include 'telemetry-metrics/vault/replication/fsm/last_remote_wal.mdx'

@include 'telemetry-metrics/vault/replication/fsm/last_upstream_remote_wal.mdx'

@include 'telemetry-metrics/vault/replication/merkle/commit_index.mdx'

@include 'telemetry-metrics/vault/replication/merklediff.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

Metric type | Value | Description
----------- | ------- | -----------
gauge | number | Index of the last remote write-ahead log
gauge | number | Index of the last remote write-ahead log.


<Note>
Standby nodes do not emit `last_remote_wal` details.
</Note>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### vault.replication.fsm.last_upstream_remote_wal ((#vault-replication-fsm-last_upstream_remote_wal))

Metric type | Value | Description
----------- | ------- | -----------
gauge | number | Index of the last remote WAL segment received from the upstream cluster by the local cluster leader.

0 comments on commit 42a141c

Please sign in to comment.