prometheus icon indicating copy to clipboard operation
prometheus copied to clipboard

Your tests are failing, per the README.md

Open okapetanios opened this issue 3 years ago • 4 comments

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.

okapetanios avatar Jun 13 '22 15:06 okapetanios

Awesome! Thanks for taking the time to open an issue. We will have a look and answer as soon as we can.' first issue

github-actions[bot] avatar Jun 13 '22 15:06 github-actions[bot]

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

vegasbrianc avatar Jun 20 '22 22:06 vegasbrianc

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: - ./prometheus/:/etc/prometheus/ - prometheus_data:/prometheus command: - --config.file=/etc/prometheus/prometheus.yml

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: - static_configs: - targets:

scrape_configs:

  • job_name: "prometheus" static_configs:

    • targets: ["65.0.180.147:9090"]
  • job_name: "node" static_configs:

    • targets: ["65.0.180.147:9100"]

yamikarajput546 avatar Jun 21 '22 10:06 yamikarajput546

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

vegasbrianc avatar Jun 21 '22 22:06 vegasbrianc

This issue has seen no activity and is marked as stale

github-actions[bot] avatar Aug 20 '22 23:08 github-actions[bot]