added tendermint metrics
This commit is contained in:
@@ -128,6 +128,7 @@ services:
|
||||
- "26656:26656"
|
||||
expose:
|
||||
- 26656
|
||||
- 26660
|
||||
- 8081
|
||||
- 8083
|
||||
command: /home/app/.pocket/pokt_mainnet.sh && pocket start --seeds=$POCKET_MAIN_SEEDS --mainnet
|
||||
@@ -155,6 +156,7 @@ services:
|
||||
- "26657:26656"
|
||||
expose:
|
||||
- 26656
|
||||
- 26660
|
||||
- 8081
|
||||
- 8083
|
||||
command: /home/app/.pocket/pokt_mainnet.sh && pocket start --seeds=$POCKET_MAIN_SEEDS --mainnet
|
||||
|
||||
@@ -39,12 +39,14 @@ scrape_configs:
|
||||
honor_labels: true
|
||||
static_configs:
|
||||
- targets: ['pocket-fr-1:8083']
|
||||
- targets: ['pocket-fr-1:26660']
|
||||
|
||||
- job_name: 'pocket-fr-2'
|
||||
scrape_interval: 10s
|
||||
honor_labels: true
|
||||
static_configs:
|
||||
- targets: ['pocket-fr-2:8083']
|
||||
- targets: ['pocket-fr-2:26660']
|
||||
|
||||
- job_name: 'traefik'
|
||||
scrape_interval: 10s
|
||||
|
||||
Reference in New Issue
Block a user