From 1f1b867155e5eb89a28d734c5ee712e7720d14e1 Mon Sep 17 00:00:00 2001 From: Martin Raszyk Date: Tue, 5 Sep 2023 14:33:46 +0200 Subject: [PATCH] use p8s naming --- spec/_attachments/ic.did | 4 ++-- spec/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/_attachments/ic.did b/spec/_attachments/ic.did index f838cafa2..e78a99933 100644 --- a/spec/_attachments/ic.did +++ b/spec/_attachments/ic.did @@ -114,8 +114,8 @@ type millisatoshi_per_byte = nat64; type metrics = variant { node_metrics : record { node_id : principal; - num_blocks : nat64; - num_block_failures : nat64; + num_blocks_total : nat64; + num_block_failures_total : nat64; } }; diff --git a/spec/index.md b/spec/index.md index fb075276d..fe33fae6f 100644 --- a/spec/index.md +++ b/spec/index.md @@ -2128,9 +2128,9 @@ A single metric entry is of an enumeration type with a single variant (in the fu - `node_metrics`: provides metrics for a node characterized by its principal (field `node_id`) and the actual metrics values: - - `num_blocks` (`nat64`): the number of blocks proposed by this node; + - `num_blocks_total` (`nat64`): the number of blocks proposed by this node; - - `num_block_failures` (`nat64`): the number of failed block proposals by this node. + - `num_block_failures_total` (`nat64`): the number of failed block proposals by this node. ## Certification {#certification}