Skip to content

Commit

Permalink
[SPEC] unify management canister method anchors format (#3969)
Browse files Browse the repository at this point in the history
`#ic-node-metrics-history` -> `#ic-node_metrics_history`
`#ic-subnet-info` -> `#ic-subnet_info`
  • Loading branch information
lwshang authored Jan 22, 2025
1 parent 3ce99fd commit f6500cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/references/ic-interface-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2571,7 +2571,7 @@ If you do not specify the `max_response_bytes` parameter, the maximum of a `2MB`

:::

### IC method `node_metrics_history` {#ic-node-metrics-history}
### IC method `node_metrics_history` {#ic-node_metrics_history}

This method can only be called by canisters, i.e., it cannot be called by external users via ingress messages.

Expand All @@ -2593,7 +2593,7 @@ A single metric entry is a record with the following fields:

- `num_block_failures_total` (`nat64`): the number of failed block proposals by this node.

### IC method `subnet_info` {#ic-subnet-info}
### IC method `subnet_info` {#ic-subnet_info}

This method can only be called by canisters, i.e., it cannot be called by external users via ingress messages.

Expand Down

0 comments on commit f6500cb

Please sign in to comment.