Skip to content

Commit 6a373d2

Browse files
authored
Add missing metric <prefix>.transaction.validation_failure (#1544)
1 parent 346f3a8 commit 6a373d2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

modules/ROOT/pages/monitoring/metrics/reference.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ By default, database metrics include:
188188

189189
[role=label--new-5.7]
190190
[[db-state-count-metrics]]
191-
=== Database state count metrics
191+
=== Database state count metrics
192192

193193
// label:new[Introduced in 5.7]
194194

@@ -202,7 +202,7 @@ By default, database metrics include:
202202
|===
203203

204204
[[db-data-metrics]]
205-
=== Database data metrics
205+
=== Database data metrics
206206

207207
label:deprecated[Deprecated in 5.15]
208208

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

368369
[[db-index-metrics]]
@@ -407,9 +408,9 @@ label:deprecated[Deprecated in 5.15]
407408
== Metrics specific to clustering
408409

409410
[[catchup-metrics]]
410-
=== CatchUp metrics
411+
=== Catch-up metrics
411412

412-
.CatchUp metrics
413+
.Catch-up metrics
413414
[options="header",cols="<3m,<4"]
414415
|===
415416
|Name |Description
@@ -432,7 +433,7 @@ label:deprecated[Deprecated in 5.15]
432433
|===
433434

434435
[[raft-core-metrics]]
435-
=== Raft core metrics
436+
=== Raft core metrics
436437

437438
label:deprecated[Deprecated in 5.0]
438439

0 commit comments

Comments
 (0)