Skip to content

Commit 328d15b

Browse files
authored
fix: Change nox metrics port (#52)
Change nox metrics port
1 parent 7b5f443 commit 328d15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/prometheus/defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fluence_prometheus_config:
4040
scrape_configs:
4141
- job_name: 'nox'
4242
static_configs:
43-
- targets: ['localhost:18080']
43+
- targets: ['localhost:918']
4444
labels:
4545
instance: "{{ fluence_instance_id }}"
4646

0 commit comments

Comments
 (0)