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