Skip to content
Snippets Groups Projects
Verified Commit 8a53992e authored by Michal Kucharczyk's avatar Michal Kucharczyk
Browse files

prdoc

parent 0d2e10a4
No related merge requests found
Pipeline #514990 waiting for manual action with stages
in 22 minutes and 2 seconds
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment