From 8a53992e2fb200b084ebf0393ad22d91314fd173 Mon Sep 17 00:00:00 2001 From: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:45:10 +0100 Subject: [PATCH] prdoc --- prdoc/pr_7505.prdoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/prdoc/pr_7505.prdoc b/prdoc/pr_7505.prdoc index 8250fdb30b2..da9f44dcf40 100644 --- a/prdoc/pr_7505.prdoc +++ b/prdoc/pr_7505.prdoc @@ -1,8 +1,14 @@ -title: '`fatxpool`: metrics - initial sketch' +title: '`fatxpool`: transaction statuses metrics added' doc: - audience: Node Dev description: |- - This PR introduces a new mechanism to capture and report Prometheus metrics related to timings of transaction lifecycle events, which are currently not available. By exposing these timings, we aim to augment transaction-pool reliability dashboards and extend existing Grafana boards. + This PR introduces a new mechanism to capture and report Prometheus metrics related to timings of transaction + lifecycle events, which are currently not available. By exposing these timings, we aim to augment transaction-pool + reliability dashboards and extend existing Grafana boards. + + A new `unknown_from_block_import_txs` metric is also introduced. It provides the number of transactions in imported + block which are not known to the node's transaction pool. It allows to monitor alignment of transaction pools + across the nodes in the network. crates: - name: sc-transaction-pool bump: minor -- GitLab