README.md aktualisiert

This commit is contained in:
M_Viper 2024-02-15 14:37:58 +00:00
parent 0d37062c07
commit 6a9b874553
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ docker volume create prometheus-conf</code>
### Wer die Retention Time setzen möchte fügt folgendes hinzu. (Aufbewahrungszeit)
--storage.tsdb.retention.time=30d --config.file=/etc/prometheus/prometheus.yml
<code>--storage.tsdb.retention.time=30d --config.file=/etc/prometheus/prometheus.yml</code>
Prometheus config (Prometheus.yml)
<pre><span>Prometheus config (Prometheus.yml)
# my global config
global:
@ -77,5 +77,5 @@ scrape_configs:
static_configs:
- targets: ["127.0.0.1:9100"]
</pre></span>