Closed okapetanios closed 2 years ago
Awesome! Thanks for taking the time to open an issue. We will have a look and answer as soon as we can.' first issue
@okapetanios thanks for opening the issue. I will have a look and come back to you.
hey @vegasbrianc why Prometheus isn't able to take the config file , I've uncommented the config and passing the path there but it's not reflecting on targets
services:
prometheus: image: prom/prometheus:latest volumes:
Config:
global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute. alerting: alertmanagers:
scrape_configs:
job_name: "prometheus" static_configs:
job_name: "node" static_configs:
hi @yamikarajput546 I fixed several issues as it was failing for some older versions. Should be working now and the tests are also now passing. Thanks again
This issue has seen no activity and is marked as stale
On the README.md it states your tests are failing. I wonder if this has to do with my previous issue that I filed about the Prometheus container constantly not starting.