Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonematt committed Nov 15, 2024
1 parent fba91d9 commit 9040a44
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ for metric descriptions):
* `solana_validator_fee_rewards` (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>)
* `solana_validator_block_size` (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>)
* `solana_node_block_height` (<u><strong>[@GranderStark](https://github.com/GranderStark)</strong></u>)
* `solana_cluster_active_stake` (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>)
* `solana_cluster_last_vote` (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>)
* `solana_cluster_root_slot` (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>)
* `solana_cluster_validator_count` (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>)

#### Renamed Metrics

Expand All @@ -36,18 +40,14 @@ The table below contains all metrics renamed in `v3.0.0` (<u><strong>[@johnstone
| `solana_confirmed_epoch_last_slot` | `solana_node_epoch_last_slot` |
| `solana_leader_slots_total` | `solana_validator_leader_slots_total` |
| `solana_leader_slots_by_epoch` | `solana_validator_leader_slots_by_epoch_total` |
| `solana_active_validators` | `solana_cluster_validator_count` |

Metrics were renamed to:
* Remove commitment levels from metric names.
* Standardise naming conventions:
* `solana_validator_*`: Validator-specific metrics which are trackable from any RPC node (i.e., active stake).
* `solana_node_*`: Node-specific metrics which are not trackable from other nodes (i.e., node health).

#### Removed Metrics

The following metrics were removed (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>):
* `solana_active_validators`: This is redundant as it is simply a `count()` on `solana_validator_delinquent`.

#### Label Updates

The following labels were renamed (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>):
Expand All @@ -66,6 +66,7 @@ for parameter descriptions) (<u><strong>[@johnstonematt](https://github.com/john
* `-slot-pace`
* `-light-mode`
* `-http-timeout`
* `-comprehensive-vote-account-tracking`

#### Renamed Config Parameters

Expand Down

0 comments on commit 9040a44

Please sign in to comment.