We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55464dd commit 11c3656Copy full SHA for 11c3656
docker/metrics/docker-compose.yaml
@@ -18,7 +18,7 @@ services:
18
- '--storage.tsdb.path=/prometheus'
19
- '--web.console.libraries=/etc/prometheus/console_libraries'
20
- '--web.console.templates=/etc/prometheus/consoles'
21
- - '--storage.tsdb.retention.time=200h'
+ - '--storage.tsdb.retention.time=1y'
22
- '--web.enable-lifecycle'
23
restart: unless-stopped
24
ports:
@@ -65,4 +65,4 @@ services:
65
- GF_INSTALL_PLUGINS=grafana-clock-panel,natel-discrete-panel,grafana-piechart-panel
66
67
68
- - '3000:3000'
+ - '3000:3000'
0 commit comments