I have a prometheus server with the following configuration in prometheus.yml:
global:
scrape_interval: 60s
evaluation_interval: 60s
scrape_configs:
- job_name: 'Nginx'
scrape_interval: 60s
static_configs:
- targets: ['192.....:9113',]
but when I go to record the resolution is putting it at 15s the data I do not understand what is happening