Merge pull request #49 from dylanschultzie/patch-1

Update README with correct rpc-url flag
This commit is contained in:
Jeff Schroeder 2024-10-22 09:56:22 -04:00 committed by GitHub
commit 9a248e26f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,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
./solana_exporter -rpc-url=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`.
@ -56,7 +56,7 @@ Usage of solana_exporter:
log to standard error instead of files (default true)
-one_output
If true, only write logs to their native severity level (vs also writing to each lower severity level
-rpcURI string
-rpc-url string
Solana RPC URI (including protocol and path)
-skip_headers
If true, avoid header prefixes in the log messages