Question:
Given the following time series and assuming a scrape interval of 1m, what is the result of the query given below?
Series:
up{job="node", instance="node1"} 0 1 1 1 0
up{job="node", instance="node2"} 1 1 1 1 1
Query: count_over_time(up[5m])
{job="node", instance="node1"} 5
{job="node", instance="node2"} 5
up{job="node", instance="node1"} 5
up{job="node", instance="node2"} 5
{} 5
{job="node"} 5