Skip to content

Commit

Permalink
set prometheus scrap interval to 15s
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Jan 30, 2024
1 parent 561cbd5 commit a3d0de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/macrobench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
node_targets: "{% set targets= [] -%}{% for host in groups['all'] -%}{{ targets.append( hostvars[host]['ansible_default_ipv4']['address']+':9100' ) }}{% endfor -%}{{ targets }}"
prometheus_skip_install: false
prometheus_global:
scrape_interval: 2s
scrape_timeout: 1s
evaluation_interval: 10s
scrape_interval: 15s
scrape_timeout: 10s
evaluation_interval: 15s
prometheus_targets:
tablets:
- targets: '{{ tablet_targets }}'
Expand Down

0 comments on commit a3d0de5

Please sign in to comment.