Hi ,
I started using prometheus with jenkins and after configuring for prometheus.yml I still get the status as down .
Jenkins:port-8080
Prometheus port : 9090
Jenkins and Prometheus both are running in docker on bridge .
- job_name: ‘jenkins’
metrics_path: /prometheus
static_configs:
- targets: [‘localhost:8080’]
This update i did in prometheus.yml.
If anyone can he;p me to solve this issue .