From 429396a8d1a9d2f0508187e4de91b877cec71999 Mon Sep 17 00:00:00 2001 From: Kar Petrosyan Date: Sun, 23 Jun 2024 19:21:59 +0400 Subject: [PATCH] Remove prometheus.yml --- prometheus.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 prometheus.yml diff --git a/prometheus.yml b/prometheus.yml deleted file mode 100644 index cd0dae2..0000000 --- a/prometheus.yml +++ /dev/null @@ -1,10 +0,0 @@ -global: - scrape_interval: 15s - external_labels: - monitor: 'codelab-monitor' - -scrape_configs: - - job_name: 'httpx' - scrape_interval: 5s # Override global scrape interval for this job - static_configs: - - targets: ['localhost:8000'] # Example target for HTTP endpoint