Skip to content

Commit

Permalink
yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
luan committed Dec 3, 2023
1 parent 3e2125c commit 63f151b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metrics/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: "3"

services:
Expand Down Expand Up @@ -25,7 +26,7 @@ services:
volumes:
- grafana-data:/var/lib/grafana
environment:
- GF_SECURITY_ADMIN_PASSWORD=admin # Change this!
- GF_SECURITY_ADMIN_PASSWORD=admin
- GF_USERS_ALLOW_SIGN_UP=false
depends_on:
- prometheus
Expand Down
1 change: 1 addition & 0 deletions metrics/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
global:
scrape_interval: 5s
scrape_timeout: 2s
Expand Down

0 comments on commit 63f151b

Please sign in to comment.