Skip to content

Commit 56ddae4

Browse files
author
ylembachar
committed
update port configuration
1 parent ca4b527 commit 56ddae4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

metrics/config/chiado/vmagent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ global:
44
scrape_configs:
55
- job_name: 'keyper'
66
static_configs:
7-
- targets: ["shutter.shutter-api-chiado.dappnode:9200"]
7+
- targets: ["shutter.shutter-api-chiado.dappnode:9100"]
88
labels:
99
instance: "kpr-%{KEYPER_NAME}"
1010
deployment: "%{_ASSETS_VERSION}"
@@ -13,7 +13,7 @@ scrape_configs:
1313
- job_name: 'shuttermint'
1414
metrics_path: /
1515
static_configs:
16-
- targets: ["shutter.shutter-api-chiado.dappnode:9200"]
16+
- targets: ["shutter.shutter-api-chiado.dappnode:27660"]
1717
labels:
1818
instance: "kpr-%{KEYPER_NAME}"
1919
deployment: "%{_ASSETS_VERSION}"

metrics/config/gnosis/vmagent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ global:
44
scrape_configs:
55
- job_name: 'keyper'
66
static_configs:
7-
- targets: ["shutter.shutter-api-gnosis.dappnode:9200"]
7+
- targets: ["shutter.shutter-api-gnosis.dappnode:9100"]
88
labels:
99
instance: "kpr-%{KEYPER_NAME}"
1010
deployment: "%{_ASSETS_VERSION}"
@@ -13,7 +13,7 @@ scrape_configs:
1313
- job_name: 'shuttermint'
1414
metrics_path: /
1515
static_configs:
16-
- targets: ["shutter.shutter-api-gnosis.dappnode:9200"]
16+
- targets: ["shutter.shutter-api-gnosis.dappnode:27660"]
1717
labels:
1818
instance: "kpr-%{KEYPER_NAME}"
1919
deployment: "%{_ASSETS_VERSION}"

package_variants/chiado/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ services:
55
NETWORK: chiado
66
CHAIN_PORT: 27656
77
KEYPER_PORT: 24003
8-
KEYPER_METRICS_PORT: 9200
8+
KEYPER_METRICS_PORT: 9100
99
ASSETS_VERSION: shutter-api-chiado-102000-v0.0.0
1010
ports:
1111
- "24003:24003"
1212
- "27656:27656"
1313
- "27660:27660"
14-
- "9200:9200"
14+
- "9200:9100"
1515

1616
metrics:
1717
build:

package_variants/gnosis/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ services:
55
NETWORK: gnosis
66
CHAIN_PORT: 27656
77
KEYPER_PORT: 24003
8-
KEYPER_METRICS_PORT: 9200
8+
KEYPER_METRICS_PORT: 9100
99
ASSETS_VERSION: shutter-api-gnosis-1000-v0.0.0
1010
ports:
1111
- "24003:24003"
1212
- "27656:27656"
1313
- "27660:27660"
14-
- "9200:9200"
14+
- "9200:9100"
1515

1616
metrics:
1717
build:

0 commit comments

Comments
 (0)