Skip to content

Commit

Permalink
Remove link to deprecated docker hub repo
Browse files Browse the repository at this point in the history
This is not currently used, though we might update to a new one in the future.

Fixes: #39
  • Loading branch information
SEJeff committed Oct 9, 2024
1 parent d77b929 commit 13e67e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ solana_exporter exports basic monitoring data from a Solana node.

<img src="https://i.imgur.com/2pIXLyU.png" width="550px" alt="" />

Docker images are available on [Docker Hub](https://hub.docker.com/r/certusone/solana_exporter).

## Metrics

Metrics tracked with confirmation level `recent`:

- **solana_validator_root_slot** - Latest root seen by each validator.
- **solana_validator_last_vote** - Latest vote by each validator (not necessarily on the majority fork!)
- **solana_validator_delinquent** - Whether node considers each validator to be delinquent.
- **solana_validator_activated_stake** - Active stake for each validator.
- **solana_validator_activated_stake** - Active stake for each validator.
- **solana_active_validators** - Total number of active/delinquent validators.

Metrics tracked with confirmation level `max`:
Expand All @@ -34,7 +32,7 @@ Metrics with no confirmation level:
You typically only need to set the RPC URL, pointing to one of your own nodes:

./solana_exporter -rpcURI=http://yournode:8899

If you want verbose logs, specify `-v=<num>`. Higher verbosity means more debug output. For most users, the default
verbosity level is fine. If you want detailed log output for missed blocks, run with `-v=1`.

Expand Down

0 comments on commit 13e67e3

Please sign in to comment.