-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added changelog #76
Open
johnstonematt
wants to merge
5
commits into
master
Choose a base branch
from
update-log
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
added changelog #76
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,99 @@ | ||||||
# v3.0.0 | ||||||
|
||||||
## Key Changes | ||||||
|
||||||
The new `solana-exporter` (renamed from `solana_exporter`) contains many new metrics, standardised naming conventions | ||||||
and more configurability. | ||||||
|
||||||
## What's Changed | ||||||
### Metric Updates | ||||||
#### New Metrics | ||||||
|
||||||
Below is a list of newly added metrics (see the [README](README.md) | ||||||
for metric descriptions): | ||||||
|
||||||
* `solana_account_balance` (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>) | ||||||
* `solana_node_is_healthy` (<u><strong>[@GranderStark](https://github.com/GranderStark)</strong></u>) | ||||||
* `solana_nude_num_slots_behind` (<u><strong>[@GranderStark](https://github.com/GranderStark)</strong></u>) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
😆 |
||||||
* `solana_node_minimum_ledger_slot` (<u><strong>[@GranderStark](https://github.com/GranderStark)</strong></u>) | ||||||
* `solana_node_first_available_block` (<u><strong>[@GranderStark](https://github.com/GranderStark)</strong></u>) | ||||||
* `solana_cluster_slots_by_epoch_total` (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>) | ||||||
* `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 | ||||||
|
||||||
The table below contains all metrics renamed in `v3.0.0` (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>): | ||||||
|
||||||
| Old Name | New Name | | ||||||
|---------------------------------------|------------------------------------------------| | ||||||
| `solana_validator_activated_stake` | `solana_validator_active_stake` | | ||||||
| `solana_confirmed_transactions_total` | `solana_node_transactions_total` | | ||||||
| `solana_confirmed_slot_height` | `solana_node_slot_height` | | ||||||
| `solana_confirmed_epoch_number` | `solana_node_epoch_number` | | ||||||
| `solana_confirmed_epoch_first_slot` | `solana_node_epoch_first_slot` | | ||||||
| `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). | ||||||
|
||||||
#### Label Updates | ||||||
|
||||||
The following labels were renamed (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>): | ||||||
* `pubkey` was renamed to `votekey`, to clearly identity that it refers to the address of a validators vote account. | ||||||
|
||||||
### Config Updates | ||||||
#### New Config Parameters | ||||||
|
||||||
Below is a list of newly added config parameters (see the [README](README.md) | ||||||
for parameter descriptions) (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>): | ||||||
|
||||||
* `-balance-address` | ||||||
* `-nodekey` | ||||||
* `-comprehensive-slot-tracking` | ||||||
* `-monitor-block-sizes` | ||||||
* `-slot-pace` | ||||||
* `-light-mode` | ||||||
* `-http-timeout` | ||||||
* `-comprehensive-vote-account-tracking` | ||||||
|
||||||
#### Renamed Config Parameters | ||||||
|
||||||
The table below contains all config parameters renamed in `v3.0.0` (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>): | ||||||
|
||||||
| Old Name | New Name | | ||||||
|-------------------------------------|-------------------| | ||||||
| `-rpcURI` | `-rpc-url` | | ||||||
| `addr` | `-listen-address` | | ||||||
|
||||||
#### Removed Config Parameters | ||||||
|
||||||
The following metrics were removed (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>): | ||||||
|
||||||
* `votepubkey`. Configure validator tracking using the `-nodekey` parameter. | ||||||
|
||||||
### General Updates | ||||||
|
||||||
* The project was renamed from `solana_exporter` to `solana-exporter`, to conform with | ||||||
[Go naming conventions](https://github.com/unknwon/go-code-convention/blob/main/en-US.md) (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>). | ||||||
* Testing was significantly improved (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>). | ||||||
* [klog](https://github.com/kubernetes/klog) logging was removed and replaced with [zap](https://github.com/uber-go/zap) | ||||||
(<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>) | ||||||
* Easy usage (<u><strong>[@johnstonematt](https://github.com/johnstonematt)</strong></u>): | ||||||
* The example dashboard was updated. | ||||||
* An example prometheus config was added, as well as recording rules for tracking skip rate. | ||||||
|
||||||
## New Contributors | ||||||
|
||||||
* <u><strong>[@GranderStark](https://github.com/GranderStark)</strong></u> made their first contribution. |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth explicitly calling out some of the new features under this section without a subsection