Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
use p8s naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Sep 5, 2023
1 parent 10ed1a7 commit 1f1b867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/_attachments/ic.did
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
};

Expand Down
4 changes: 2 additions & 2 deletions spec/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 1f1b867

Please sign in to comment.