Update README.md
This commit is contained in:
parent
7be0a718f7
commit
a55fe087e3
|
@ -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:
|
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
|
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`.
|
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)
|
log to standard error instead of files (default true)
|
||||||
-one_output
|
-one_output
|
||||||
If true, only write logs to their native severity level (vs also writing to each lower severity level
|
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)
|
Solana RPC URI (including protocol and path)
|
||||||
-skip_headers
|
-skip_headers
|
||||||
If true, avoid header prefixes in the log messages
|
If true, avoid header prefixes in the log messages
|
||||||
|
|
Loading…
Reference in New Issue