vegasbrianc / prometheus

A docker-compose stack for Prometheus monitoring
MIT License
4.41k stars 1.53k forks source link

Your tests are failing, per the README.md #174

Closed okapetanios closed 2 years ago

okapetanios commented 2 years ago

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.

github-actions[bot] commented 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

vegasbrianc commented 2 years ago

@okapetanios thanks for opening the issue. I will have a look and come back to you.

yamikarajput546 commented 2 years ago

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:

vegasbrianc commented 2 years ago

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

github-actions[bot] commented 2 years ago

This issue has seen no activity and is marked as stale