Skip to content

Commit

Permalink
Update deploy-prom.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Feb 8, 2024
1 parent 75c88e3 commit 31c6e0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-prom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ jobs:
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX }}
tf_state_bucket_destroy: true
#tf_stack_destroy: true
grafana_scrape_interval: 60m
prometheus_scrape_interval: 60m
prometheus_retention_period: 365d
cadvisor_enable: true
cadvisor_extra_targets: "target1:8080,target2:8080"
node_exporter_enable: true
node_exporter_extra_targets: "target1:9100,target2:9100"

0 comments on commit 31c6e0d

Please sign in to comment.