Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions modules/ROOT/pages/monitoring/metrics/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ By default, database metrics include:

[role=label--new-5.7]
[[db-state-count-metrics]]
=== Database state count metrics
=== Database state count metrics

// label:new[Introduced in 5.7]

Expand All @@ -202,7 +202,7 @@ By default, database metrics include:
|===

[[db-data-metrics]]
=== Database data metrics
=== Database data metrics

label:deprecated[Deprecated in 5.15]

Expand Down Expand Up @@ -363,6 +363,7 @@ label:deprecated[Deprecated in 5.15]
|<prefix>.transaction.last_closed_tx_id|The ID of the last closed transaction. (counter)
|<prefix>.transaction.tx_size_heap|The transactions' size on heap in bytes. (histogram)
|<prefix>.transaction.tx_size_native|The transactions' size in native memory in bytes. (histogram)
|<prefix>.transaction.validation_failure|The total number of multi version transaction validation failures. (counter)
|===

[[db-index-metrics]]
Expand Down Expand Up @@ -407,9 +408,9 @@ label:deprecated[Deprecated in 5.15]
== Metrics specific to clustering

[[catchup-metrics]]
=== CatchUp metrics
=== Catch-up metrics

.CatchUp metrics
.Catch-up metrics
[options="header",cols="<3m,<4"]
|===
|Name |Description
Expand All @@ -432,7 +433,7 @@ label:deprecated[Deprecated in 5.15]
|===

[[raft-core-metrics]]
=== Raft core metrics
=== Raft core metrics

label:deprecated[Deprecated in 5.0]

Expand Down