Skip to content

Commit

Permalink
extras: minor changes to p8s configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed May 13, 2024
1 parent 0ce2e87 commit db32783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions extras/prometheus-dashboard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ services:
command:
--web.enable-lifecycle
--config.file=/etc/prometheus/prometheus.yml
--storage.tsdb.retention.time=7d
--storage.tsdb.wal-compression
volumes:
- ${PROM_DIR:?err}:/etc/prometheus
- prometheus_data:/var/lib/prometheus
Expand Down
2 changes: 1 addition & 1 deletion extras/prometheus-dashboard/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global:
scrape_interval: 100ms
scrape_interval: 10s
scrape_configs:
- job_name: "dkv"
static_configs:
Expand Down

0 comments on commit db32783

Please sign in to comment.