Skip to content

Commit

Permalink
set prometheus scrap interval to 2s
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 42fa65d commit 561cbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/macrobench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
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: 1s
scrape_timeout: 5s
scrape_interval: 2s
scrape_timeout: 1s
evaluation_interval: 10s
prometheus_targets:
tablets:
Expand Down

0 comments on commit 561cbd5

Please sign in to comment.