From 16cda8070ddccc5f066243a0c72e1bca7c14a7a5 Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Wed, 19 Jul 2023 00:57:15 +0200 Subject: [PATCH] Remove prometheu, correct license name --- LICENCE => LICENSE | 0 prometheus.prod.yml | 12 ------------ prometheus.yml | 12 ------------ 3 files changed, 24 deletions(-) rename LICENCE => LICENSE (100%) delete mode 100644 prometheus.prod.yml delete mode 100644 prometheus.yml 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']