Do you want to count across scraped instances at *one* point in time, or do you want to count scrapes of a / each single instance *over* time?
On Tue, Jan 12, 2021 at 1:10 AM Jennifer K <[email protected]> wrote: > to anyone that can help... > I've been trying to a total number of "scrapes" by adding successful, > unsuccessful and absent points together > this algorithm isn't working- any anyone explain why- > > (probe_success==bool 0) + (probe_success == bool 1) + ignoring (target) > sum without (target) (absent (probe_success)) > > should be simple, but I just can't get it to work- any help would greatly > be appreciated. > Thanks! > Jennifer > > -- > 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/a8b8a4a0-59e7-4087-bba6-a54252ebafdcn%40googlegroups.com > <https://groups.google.com/d/msgid/prometheus-users/a8b8a4a0-59e7-4087-bba6-a54252ebafdcn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Julius Volz PromLabs - promlabs.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/CAObpH5yNBMLPxw6L_Wa5Q8rxzMu9JcioVYkoSnG_ki91nn0-og%40mail.gmail.com.

