Skip to content

Commit

Permalink
Document metrics renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaidashenko committed Jan 19, 2024
1 parent d031129 commit ca2ec35
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `PromReporter` no longer directly reads txm related status from the db, and instead uses the txStore API.
- `L2Suggested` mode is now called `SuggestedPrice`
- Console logs will now escape (non-whitespace) control characters
- Following EVM Pool metrics were renamed:
- `evm_pool_rpc_node_states` → `multi_node_states`
- `evm_pool_rpc_node_num_transitions_to_alive` → `pool_rpc_node_num_transitions_to_alive`
- `evm_pool_rpc_node_num_transitions_to_in_sync` → `pool_rpc_node_num_transitions_to_in_sync`
- `evm_pool_rpc_node_num_transitions_to_out_of_sync` → `pool_rpc_node_num_transitions_to_out_of_sync`
- `evm_pool_rpc_node_num_transitions_to_unreachable` → `pool_rpc_node_num_transitions_to_unreachable`
- `evm_pool_rpc_node_num_transitions_to_invalid_chain_id` → `pool_rpc_node_num_transitions_to_invalid_chain_id`
- `evm_pool_rpc_node_num_transitions_to_unusable` → `pool_rpc_node_num_transitions_to_unusable`
- `evm_pool_rpc_node_highest_seen_block` → `pool_rpc_node_highest_seen_block`
- `evm_pool_rpc_node_num_seen_blocks` → `pool_rpc_node_num_seen_blocks`
- `evm_pool_rpc_node_polls_total` → `pool_rpc_node_polls_total`
- `evm_pool_rpc_node_polls_failed` → `pool_rpc_node_polls_failed`
- `evm_pool_rpc_node_polls_success` → `pool_rpc_node_polls_success`

### Removed

Expand Down

0 comments on commit ca2ec35

Please sign in to comment.