Skip to content

Commit

Permalink
double check about the missing point
Browse files Browse the repository at this point in the history
  • Loading branch information
pjjin-design committed Aug 16, 2024
1 parent 9039b13 commit f283c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docker-compose.monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ services:
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.retention.time=10d'
ports:
- "9090:9090"

# uncomment cadvisor to monitor containers
# cadvisor:
Expand All @@ -78,11 +76,11 @@ services:
# Grafana, graphical monitoring dashboards for wis2box using data from loki and prometheus
grafana:
<<: *logging
image: grafana/grafana-oss:9.0.3
container_name: grafana
restart: always
env_file:
- wis2box.env
image: grafana/grafana-oss:9.0.3
volumes:
- ./grafana/dashboards:/etc/grafana/provisioning/dashboards
- ./grafana/datasources:/etc/grafana/provisioning/datasources
Expand Down
4 changes: 2 additions & 2 deletions prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ global:
alerting:
alertmanagers:
- static_configs:
- targets:
- targets:
# - alertmanager:9093

scrape_configs:
- job_name: minio-job
metrics_path: /minio/v2/metrics/cluster
Expand Down

0 comments on commit f283c30

Please sign in to comment.