JayashriKK

Results 1 issues of JayashriKK

Hi .. New to Prometheus. Below is my prometheus.yml file. global: scrape_interval: 15s scrape_configs: - job_name: 'prometheus' scrape_interval: 5s static_configs: - targets: ['localhost:9090'] - job_name: 'script1' metrics_path: /metrics/script1 static_configs: -...