Occasionally when I query prometheus using the api endpoint one or more of the metric values will be +Inf. What does +Inf mean and what causes a metric value to be +Inf ?
Additional info:
This data is coming from a Gauge metric type
The query is a simple sum query. ie. sum(my_metric)