mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 01:15:47 +00:00
.maintain/sentry-node: Remove UI and update Prometheus target (#6473)
Remove burden on user to build polkadot-js apps Docker image locally in order to get started. Update Prometheus config fixing target name.
This commit is contained in:
@@ -131,11 +131,6 @@ services:
|
|||||||
- "sub-authority-discovery=trace"
|
- "sub-authority-discovery=trace"
|
||||||
- "--prometheus-external"
|
- "--prometheus-external"
|
||||||
|
|
||||||
ui:
|
|
||||||
image: polkadot-js/apps
|
|
||||||
ports:
|
|
||||||
- "3000:80"
|
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus
|
image: prom/prometheus
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ global:
|
|||||||
scrape_interval: 15s
|
scrape_interval: 15s
|
||||||
|
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: 'substrate_validator-a'
|
- job_name: 'substrate-nodes'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['validator-a:9615']
|
- targets: ['validator-a:9615']
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user