Aggreagate promql histogram for requests duration across all paths for a multi-node service
Our service has multiple nodes, and each node is producing a request_duration_histogram
for each path it serves request on, so that our scrape looks something like this (just using a couple of paths, nodes and three buckets, but the real implementation has a lot more):
Count occurences of absent_over_time for multiple instances
absent_over_time( up{job=”windows exporter”,instance=”$instance”})