mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-07 19:52:54 +08:00
Add Prometheus readme
This commit is contained in:
parent
772c791bda
commit
e8a31075d0
16
database/tsdb/prometheus/README.md
Normal file
16
database/tsdb/prometheus/README.md
Normal file
@ -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 |
|
0
database/tsdb/prometheus/egg-prometheus.json
Normal file
0
database/tsdb/prometheus/egg-prometheus.json
Normal file
Loading…
Reference in New Issue
Block a user