deplacement fichiers grafana et prometheus

This commit is contained in:
Alexandre Chevalier
2026-02-14 11:59:16 +01:00
parent 1d8792b6e0
commit 51aeb014f4
4 changed files with 0 additions and 24 deletions

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "doodlestudent"]
path = doodlestudent
url = https://github.com/barais/doodlestudent.git

View File

@@ -1,2 +0,0 @@
FROM grafana/grafana:latest
RUN grafana-cli plugins install grafana-munin-datasource

View File

@@ -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

View File

@@ -1,8 +0,0 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: "backend_quarkus"
metrics_path: /q/metrics
static_configs:
- targets: ["back:8080"]