You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using scrape interval on global level you can also define scrape interval per metric. Metrics which have an individual scrape interval configured in the configuration (toml) file, are only available at the moment it's actually scraped from the database. On the next global scrape interval the metric is no longer available. My expectation is that the metric would still be available, but with the old value.
e.g. global scrape interval is 2 minutes and an individual metric has a scrape interval of 1 hour configured. In this case that metric is only available for 2 minutes per hour.