I guess this relates to https://github.com/prometheus/blackbox_exporter/issues/1051
On Thursday, May 18, 2023 at 4:33:46 PM UTC+2 Ben Kochie wrote: > Based on what little I can derive from the "data" presented. This is > probably from Grafana, given that the timestamps are snapped to an even 15 > seconds. > > And based on this, I'm guessing this is a misunderstanding of the lookback > / step interval, which will default to 15s in Grafana. > > There's no actual evidence (logs) provided that the exporter is actually > doing what they claim. > > On Thu, May 18, 2023 at 2:47 PM Stuart Clark <[email protected]> > wrote: > >> On 2023-05-18 11:27, Paweł Błażejewski wrote: >> > Hello, >> > >> > Blackbox exporter http module check https site every 15s by default. >> > Can you please tell me Is it posible to change this interval to 1 >> > minute. I add scrape_interval parametr in prometheus config as you see >> > below, but it doesn't change anything. Samples are stiil every 15s. >> > >> > can you please tell me how and where change it. >> > I user prometheus 2.37.7, blackbox_exporter 0.23.0 >> > >> > prometheus config: >> > >> > * job_name: 'blackbox-http-csci-prod' >> > scrape_interval: 60s >> > scrape_timeout: 50s >> > metrics_path: /blackbox/probe >> > params: >> > module: [http_2xx] >> > static_configs: >> > >> > * targets: >> > >> > * https://ci-jenkins***********/login?from=%2F >> > * https://ci-jenkins-***************l/login?from=%2F >> > >> > * https://ci-**************/login?from=%2F >> > . >> > . >> > . >> > relabel_configs: >> > >> > * source_labels: [ADDRESS] >> > target_label: __param_target >> > * source_labels: [__param_target] >> > target_label: instance * target_label: ADDRESS >> > >> > Samples still every 15s. >> > >> > 2023-05-15 09:45:00 >> > 0.0624 >> > 2023-05-15 09:45:15 >> >> >> How are you producing that data? >> >> Did you remember to reload/restart Prometheus after making the change to >> your config? >> >> -- >> Stuart Clark >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Prometheus Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/prometheus-users/89897569de531dc500edf3645dc6bf1b%40Jahingo.com >> . >> > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/577eb978-7e8d-4700-a85d-ef0ac3bbcfe7n%40googlegroups.com.

