From 51aeb014f4e74cb22eb174ba321b99abcacdfcb1 Mon Sep 17 00:00:00 2001 From: Alexandre Chevalier Date: Sat, 14 Feb 2026 11:59:16 +0100 Subject: [PATCH] deplacement fichiers grafana et prometheus --- .gitmodules | 3 --- dockerfiles/grafana/Dockerfile | 2 -- grafana/provisioning/datasources/datasource.yml | 11 ----------- prometheus/prometheus.yml | 8 -------- 4 files changed, 24 deletions(-) delete mode 100644 .gitmodules delete mode 100644 dockerfiles/grafana/Dockerfile delete mode 100644 grafana/provisioning/datasources/datasource.yml delete mode 100644 prometheus/prometheus.yml diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index b4297fe..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "doodlestudent"] - path = doodlestudent - url = https://github.com/barais/doodlestudent.git diff --git a/dockerfiles/grafana/Dockerfile b/dockerfiles/grafana/Dockerfile deleted file mode 100644 index c0fae39..0000000 --- a/dockerfiles/grafana/Dockerfile +++ /dev/null @@ -1,2 +0,0 @@ -FROM grafana/grafana:latest -RUN grafana-cli plugins install grafana-munin-datasource \ No newline at end of file diff --git a/grafana/provisioning/datasources/datasource.yml b/grafana/provisioning/datasources/datasource.yml deleted file mode 100644 index bb37f13..0000000 --- a/grafana/provisioning/datasources/datasource.yml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: 1 - -datasources: - - name: Prometheus - type: prometheus - access: proxy - orgId: 1 - url: http://prometheus:9090 - basicAuth: false - isDefault: true - editable: true \ No newline at end of file diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml deleted file mode 100644 index a8e5997..0000000 --- a/prometheus/prometheus.yml +++ /dev/null @@ -1,8 +0,0 @@ -global: - scrape_interval: 15s - -scrape_configs: - - job_name: "backend_quarkus" - metrics_path: /q/metrics - static_configs: - - targets: ["back:8080"] \ No newline at end of file