DEV Community

Discussion on: How to monitor Redis with Prometheus and Grafana | Docker

Collapse
 
ianvaughan profile image
Ian Vaughan

Step 6 I get:
Error reading Prometheus: Post "localhost:9090/api/v1/query": dial tcp 127.0.0.1:9090: connect: connection refused

Collapse
 
nelsonmendezz_ profile image
Nelson Hernández

you must write prometheus:9090
to access the Internal Docker network

Collapse
 
ianvaughan profile image
Ian Vaughan

Ah I missed that, thanks a lot!