uploaded app

This commit is contained in:
2026-04-03 00:00:40 -05:00
parent aaa2286866
commit 5a10c7a026
233 changed files with 10856 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Prometheus
## From the [Prometheus](https://github.com/prometheus/prometheus) GitHub repository
The Prometheus monitoring system and time series database.
## Resource consumption
As Prometheus is a monitoring software that saves data in a timeseries database, 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 |