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