diff --git a/LICENCE b/LICENSE similarity index 100% rename from LICENCE rename to LICENSE diff --git a/prometheus.prod.yml b/prometheus.prod.yml deleted file mode 100644 index c7b8d0e..0000000 --- a/prometheus.prod.yml +++ /dev/null @@ -1,12 +0,0 @@ -global: - scrape_interval: 5s - -scrape_configs: - - job_name: 'prometheus' - scrape_interval: 5s - static_configs: - - targets: ['localhost:9090'] - - job_name: 'rod' - scrape_interval: 5s - static_configs: - - targets: ['running_on_dart:8080'] diff --git a/prometheus.yml b/prometheus.yml deleted file mode 100644 index c7b8d0e..0000000 --- a/prometheus.yml +++ /dev/null @@ -1,12 +0,0 @@ -global: - scrape_interval: 5s - -scrape_configs: - - job_name: 'prometheus' - scrape_interval: 5s - static_configs: - - targets: ['localhost:9090'] - - job_name: 'rod' - scrape_interval: 5s - static_configs: - - targets: ['running_on_dart:8080']