deplacement fichiers grafana et prometheus
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "doodlestudent"]
|
|
||||||
path = doodlestudent
|
|
||||||
url = https://github.com/barais/doodlestudent.git
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
FROM grafana/grafana:latest
|
|
||||||
RUN grafana-cli plugins install grafana-munin-datasource
|
|
||||||
@@ -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
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
global:
|
|
||||||
scrape_interval: 15s
|
|
||||||
|
|
||||||
scrape_configs:
|
|
||||||
- job_name: "backend_quarkus"
|
|
||||||
metrics_path: /q/metrics
|
|
||||||
static_configs:
|
|
||||||
- targets: ["back:8080"]
|
|
||||||
Reference in New Issue
Block a user