README.md aktualisiert
This commit is contained in:
parent
0d37062c07
commit
6a9b874553
|
@ -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>
|
||||
|
Loading…
Reference in New Issue