Two things here:
1. There is no entry called "evaluation_interval" within a scrape config, so that needs removing to clear the unmarshal error.
2. The maximum sensible scrape interval is around 2-3 minutes, so
1 day is far too long. With a longer interval you will end up with
stale time series and "gaps" in all your graphs.
-- Stuart Clark
I'm worried about the blackbox_exporter is expensive or not.
I also have other jobs, other jobs are with global 30s scrape intervals and 30s evaluation invervals, when I set the special job with scrape interval 2m, will it cause any problem?
"If you only want to *check* a value every 1 day for alerting, then it's perfectly fine to have an alerting rule group with a 1 day evaluation interval - even if the underlying metric is collected more frequently. The alerting rule will use the most recent value at evaluation time."regarding this point, is it possible to set alerting rule group for a special rule or a job?