Skip to content
Snippets Groups Projects
Commit 2cbefce3 authored by Max Inden's avatar Max Inden Committed by GitHub
Browse files

.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.
parent c6a33a54
No related merge requests found
......@@ -131,11 +131,6 @@ services:
- "sub-authority-discovery=trace"
- "--prometheus-external"
ui:
image: polkadot-js/apps
ports:
- "3000:80"
prometheus:
image: prom/prometheus
networks:
......
......@@ -2,7 +2,7 @@ global:
scrape_interval: 15s
scrape_configs:
- job_name: 'substrate_validator-a'
- job_name: 'substrate-nodes'
static_configs:
- targets: ['validator-a:9615']
labels:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment