Create README.md

Fixes T675
This commit is contained in:
Leo 2020-06-08 17:23:22 +02:00
parent 73e8cae42b
commit 350e83f1ca
1 changed files with 19 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# solana_exporter
solana_exporter exports basic monitoring data from a Solana node.
Docker images are available on [Docker Hub](https://hub.docker.com/r/certusone/solana_exporter).
## Metrics
- **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_active_validators** - Total number of active/delinquent validators.
## Environment variables
| Variable | Description |
|-------------------|-------------------------|
| `SOLANA_RPC_ADDR` | Your node's RPC URL |