Skip to content

Commit b68474c

Browse files
Deprecate raft tx_retries metric (#2117)
1 parent e5bde5d commit b68474c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

modules/ROOT/pages/changes-deprecations-removals.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,9 @@ Replaced by: xref:procedures.adoc#procedure_dbms_cluster_secondaryreplicationdis
494494
| Name
495495
| Comment
496496
497+
|xref:monitoring/metrics/reference.adoc#raft-metrics[`<prefix>.cluster.raft.tx_retries`] label:deprecated[Deprecated in 2025.02]
498+
|The metric will be removed in a future release.
499+
497500
2+| xref:monitoring/metrics/reference.adoc#db-data-metrics[Database data metrics] label:deprecated[Deprecated in 5.15]
498501
|`<prefix>.ids_in_use.relationship_type`|
499502
|`<prefix>.ids_in_use.property`|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ label:deprecated[Deprecated in 5.15]
441441
|<prefix>.cluster.raft.applied_index|The applied index of the Raft log. Represents the application of the committed Raft log entries to the database and internal state. The applied index should always be less than or equal to the commit index. The difference between this and the commit index can be used to monitor how up-to-date the follower database is. (gauge)
442442
|<prefix>.cluster.raft.prune_index |The head index of the Raft log. Represents the oldest Raft index that exists in the log. A prune event will increase this value. This can be used to track how much history of Raft logs the member has. (gauge)
443443
|<prefix>.cluster.raft.term|The Raft Term of this server. It increases monotonically if you do not unbind the cluster state. (gauge)
444-
|<prefix>.cluster.raft.tx_retries|Transaction retries. (counter)
444+
|<prefix>.cluster.raft.tx_retries|label:deprecated[Deprecated in 2025.02] Transaction retries. (counter)
445445
|<prefix>.cluster.raft.is_leader|Is this server the leader? Track this for each rafted primary database in the cluster. It reports `0` if it is not the leader and `1` if it is the leader. The sum of all of these should always be `1`. However, there are transient periods in which the sum can be more than `1` because more than one member thinks it is the leader. Action may be needed if the metric shows `0` for more than 30 seconds. (gauge)
446446
|<prefix>.cluster.raft.in_flight_cache.total_bytes|In-flight cache total bytes. (gauge)
447447
|<prefix>.cluster.raft.in_flight_cache.max_bytes|In-flight cache max bytes. (gauge)

0 commit comments

Comments
 (0)