Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions metrics/config/chiado/vmagent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global:
scrape_configs:
- job_name: 'keyper'
static_configs:
- targets: ["shutter.shutter-api-chiado.dappnode:9200"]
- targets: ["shutter.shutter-api-chiado.dappnode:9100"]
labels:
instance: "kpr-%{KEYPER_NAME}"
deployment: "%{_ASSETS_VERSION}"
Expand All @@ -13,7 +13,7 @@ scrape_configs:
- job_name: 'shuttermint'
metrics_path: /
static_configs:
- targets: ["shutter.shutter-api-chiado.dappnode:9200"]
- targets: ["shutter.shutter-api-chiado.dappnode:27660"]
labels:
instance: "kpr-%{KEYPER_NAME}"
deployment: "%{_ASSETS_VERSION}"
Expand Down
4 changes: 2 additions & 2 deletions metrics/config/gnosis/vmagent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global:
scrape_configs:
- job_name: 'keyper'
static_configs:
- targets: ["shutter.shutter-api-gnosis.dappnode:9200"]
- targets: ["shutter.shutter-api-gnosis.dappnode:9100"]
labels:
instance: "kpr-%{KEYPER_NAME}"
deployment: "%{_ASSETS_VERSION}"
Expand All @@ -13,7 +13,7 @@ scrape_configs:
- job_name: 'shuttermint'
metrics_path: /
static_configs:
- targets: ["shutter.shutter-api-gnosis.dappnode:9200"]
- targets: ["shutter.shutter-api-gnosis.dappnode:27660"]
labels:
instance: "kpr-%{KEYPER_NAME}"
deployment: "%{_ASSETS_VERSION}"
Expand Down
4 changes: 2 additions & 2 deletions package_variants/chiado/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ services:
NETWORK: chiado
CHAIN_PORT: 27656
KEYPER_PORT: 24003
KEYPER_METRICS_PORT: 9200
KEYPER_METRICS_PORT: 9100
ASSETS_VERSION: shutter-api-chiado-102000-v0.0.0
ports:
- "24003:24003"
- "27656:27656"
- "27660:27660"
- "9200:9200"
- "9200:9100"

metrics:
build:
Expand Down
4 changes: 2 additions & 2 deletions package_variants/gnosis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ services:
NETWORK: gnosis
CHAIN_PORT: 27656
KEYPER_PORT: 24003
KEYPER_METRICS_PORT: 9200
KEYPER_METRICS_PORT: 9100
ASSETS_VERSION: shutter-api-gnosis-1000-v0.0.0
ports:
- "24003:24003"
- "27656:27656"
- "27660:27660"
- "9200:9200"
- "9200:9100"

metrics:
build:
Expand Down
Loading