From 1c93964fda114de700679aef092075a01efcbffe Mon Sep 17 00:00:00 2001
From: Pascal Zarrad
Date: Wed, 7 Jul 2021 20:39:04 +0200
Subject: [PATCH] Move Prometheus to dedicated monitoring directory
---
README.md | 7 ++++---
{database/tsdb => monitoring}/prometheus/README.md | 0
.../tsdb => monitoring}/prometheus/egg-prometheus.json | 0
3 files changed, 4 insertions(+), 3 deletions(-)
rename {database/tsdb => monitoring}/prometheus/README.md (100%)
rename {database/tsdb => monitoring}/prometheus/egg-prometheus.json (100%)
diff --git a/README.md b/README.md
index 7e715440..d6b8f66f 100644
--- a/README.md
+++ b/README.md
@@ -62,9 +62,6 @@ If you are reading this it looks like you are looking to add an egg to your serv
* [MariaDB](/database/sql/mariadb)
* [PostgreSQL](/database/sql/postgres)
-### Timeseries Databases
-* [Prometheus](/database/tsdb/prometheus)
-
## Voice Servers
* [Lavalink](/voice_servers/lavalink)
* [TeaSpeak](/voice_servers/teaspeak)
@@ -232,6 +229,10 @@ If you are reading this it looks like you are looking to add an egg to your serv
[Xonotic](/xonotic/xonotic)
+## [Monitoring](/monitoring/)
+### Prometheus
+* [Prometheus](/monitoring/prometheus)
+
## [Storage](/storage/)
### S3 Storage
* [minio](/storage/minio)
diff --git a/database/tsdb/prometheus/README.md b/monitoring/prometheus/README.md
similarity index 100%
rename from database/tsdb/prometheus/README.md
rename to monitoring/prometheus/README.md
diff --git a/database/tsdb/prometheus/egg-prometheus.json b/monitoring/prometheus/egg-prometheus.json
similarity index 100%
rename from database/tsdb/prometheus/egg-prometheus.json
rename to monitoring/prometheus/egg-prometheus.json