Skip to content

Commit f45d1a1

Browse files
updated vmagent config to remove network env
1 parent 7cfaeee commit f45d1a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-%{NETWORK}.dappnode:9200"]
7+
- targets: ["shutter.shutter-api-chiado.dappnode:9200"]
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-%{NETWORK}.dappnode:9200"]
16+
- targets: ["shutter.shutter-api-chiado.dappnode:9200"]
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-%{NETWORK}.dappnode:9200"]
7+
- targets: ["shutter.shutter-api-gnnosis.dappnode:9200"]
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-%{NETWORK}.dappnode:9200"]
16+
- targets: ["shutter.shutter-api-gnosis.dappnode:9200"]
1717
labels:
1818
instance: "kpr-%{KEYPER_NAME}"
1919
deployment: "%{_ASSETS_VERSION}"

0 commit comments

Comments
 (0)