Skip to content

Commit 3d50e44

Browse files
committed
Update example configuration for exporter
1 parent 6ee1793 commit 3d50e44

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

config/exporter_example/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ connection_timeout_seconds : 5 # Amount in seconds before websocket cli
66
slo: # Metrics below 'slo' will only affect `ws_rpc_sla_compliant` metric. In case any of the threshold are breached, this metric will be set to 0 for that perticular RPC endpoint.
77
max_pool_deviation_block_count: 10 # Threshold for max allowed deviation in block height, compared to the node with the highest block count in the pool.
88
max_response_latency_miliseconds: 500 # Threshold for max allowed latency.
9-
validation: # Validation section makes sure that "endpoints" can only be added with specific providers / chain. This is done to make sure labels in metrics are consistent.
10-
providers:
11-
- Provider1
12-
- Provider2
13-
- Provider3
14-
blockchains:
15-
- "Example Chain"
169
endpoints: # List of endpoints with their metadata.
1710
- url: wss://example-rpc-1.com/ws # RPC Endpoint (Must start with wss://)
1811
provider: Provider1 # Provider (Must be present in allowed providers list. Please check src/settings.py line 24) The purpose is to make sure we do not have same providers spelled differently

0 commit comments

Comments
 (0)