From e8a31075d02f11bfd1b96292a9432a76f729bb28 Mon Sep 17 00:00:00 2001 From: Pascal Zarrad Date: Mon, 5 Jul 2021 20:38:12 +0200 Subject: [PATCH] Add Prometheus readme --- database/tsdb/prometheus/README.md | 16 ++++++++++++++++ database/tsdb/prometheus/egg-prometheus.json | 0 2 files changed, 16 insertions(+) create mode 100644 database/tsdb/prometheus/README.md create mode 100644 database/tsdb/prometheus/egg-prometheus.json diff --git a/database/tsdb/prometheus/README.md b/database/tsdb/prometheus/README.md new file mode 100644 index 00000000..94eea891 --- /dev/null +++ b/database/tsdb/prometheus/README.md @@ -0,0 +1,16 @@ +# Prometheus + +### From the [Prometheus](https://www.mongodb.com/) GitHub repository +The Prometheus monitoring system and time series database. + +### Resource consumption +As this is a database software, it can take up massive amounts of disk space. Due to Prometheus design, a huge memory consumption is also possible. +To get started, a minimum of 3GB RAM and >=2.5GB disk space is recommended. +Keep in mind that those numbers can grow pretty quick for large monitored environments! + +### Server Ports +Ports required to run the server in a table format. + +| Port | default | +|-------------------|---------| +| Prometheus server | 9090 | diff --git a/database/tsdb/prometheus/egg-prometheus.json b/database/tsdb/prometheus/egg-prometheus.json new file mode 100644 index 00000000..e69de29b