Skip to content

Commit

Permalink
changes helthboth frequency [testnetdeploy]
Browse files Browse the repository at this point in the history
also, enables prometheus admin api

Signed-off-by: Bruno Calza <[email protected]>
  • Loading branch information
brunocalza committed Mar 30, 2023
1 parent 32b363a commit 049f94f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/deployed/docker-compose.observability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
- ${PWD}/${ENVIRONMENT}/prometheus:/prometheus/data
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--web.enable-admin-api'
restart: unless-stopped
user: root

Expand Down
4 changes: 2 additions & 2 deletions docker/deployed/testnet/healthbot/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"WalletPrivateKey": "${HEALTHBOT_ARBITRUM_GOERLI_PRIVATE_KEY}",
"AlchemyAPIKey": "${HEALTHBOT_ALCHEMY_ARBITRUM_GOERLI_API_KEY}",
"Probe": {
"CheckInterval": "360s",
"CheckInterval": "1.5h",
"ReceiptTimeout": "25s",
"Tablename": "${HEALTHBOT_ARBITRUM_GOERLI_TABLE}"
}
Expand Down Expand Up @@ -46,7 +46,7 @@
"WalletPrivateKey": "${HEALTHBOT_OPTIMISM_GOERLI_PRIVATE_KEY}",
"AlchemyAPIKey": "${HEALTHBOT_ALCHEMY_OPTIMISM_GOERLI_API_KEY}",
"Probe": {
"CheckInterval": "1h",
"CheckInterval": "1.5h",
"ReceiptTimeout": "25s",
"Tablename": "${HEALTHBOT_OPTIMISM_GOERLI_TABLE}"
}
Expand Down

0 comments on commit 049f94f

Please sign in to comment.