You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/exporter_example/config.yml
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,6 @@ connection_timeout_seconds : 5 # Amount in seconds before websocket cli
6
6
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.
7
7
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.
8
8
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"
16
9
endpoints: # List of endpoints with their metadata.
17
10
- url: wss://example-rpc-1.com/ws # RPC Endpoint (Must start with wss://)
18
11
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