0

I can't wrap my head around how I can calculate the total http traffic generated between two specific timestamps defined by $__range.

I'm aware of posts like this one but I can't see them actually answering the question that I'm posing here:

Get delta between two custom timestamps in Prometheus

XDS
  • 3,786
  • 2
  • 36
  • 56

1 Answers1

1

It's possible

     delta(vss_device_number[$__range])

Credit goes to @valyala for this tip.

XDS
  • 3,786
  • 2
  • 36
  • 56