From ae45172ef47ac499c4e5b713de48be68aaa95f73 Mon Sep 17 00:00:00 2001 From: rolandtyler <88206508+rolandtyler@users.noreply.github.com> Date: Wed, 15 Sep 2021 16:11:31 -0700 Subject: [PATCH] Add stratum metrics (#798) * Add stratum metrics Signed-off-by: Roland Tyler * update stratum metricss Signed-off-by: Roland Tyler Co-authored-by: Alexandra Tran <12214231+alexandratran@users.noreply.github.com> --- docs/HowTo/Monitor/Metrics.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/HowTo/Monitor/Metrics.md b/docs/HowTo/Monitor/Metrics.md index 1ddf43ae211..e5b43fdbd4e 100644 --- a/docs/HowTo/Monitor/Metrics.md +++ b/docs/HowTo/Monitor/Metrics.md @@ -231,6 +231,10 @@ If a metric has a JSON-RPC equivalent, it is included in the definition column. | `besu_peers_connected_total` | Counter | Total number of peers connected | | `besu_peers_disconnected_total` | Counter | Total number of peers disconnected | | `besu_peers_pending_peer_requests_current` | Gauge | Current number of peer requests pending because peers are busy | +| `besu_stratum_connections` | Counter | Number of connections over time | +| `besu_stratum_difficulty` | Gauge | Current mining difficulty | +| `besu_stratum_disconnections` | Counter | Number of disconnections over time | +| `besu_stratum_miners` | Gauge | Number of connected miners | | `besu_synchronizer_chain_download_pipeline_restarts` | Counter | Number of times chain download pipeline has been restarted | | `besu_synchronizer_in_sync` | Gauge | Whether or not the local node has caught up to the best known peer (1 or 0) | | `besu_synchronizer_task` | Summary | Internal processing tasks |