Observe adds a single observation to the summary. Observations are usually positive or zero. Negative observations are accepted but prevent current versions of Prometheus from properly detecting counter resets in the sum of observations. See https://prometheus.io/docs/practices/histograms/#count-and
(float64)
| 62 | // https://prometheus.io/docs/practices/histograms/#count-and-sum-of-observations |
| 63 | // for details. |
| 64 | Observe(float64) |
| 65 | } |
| 66 | |
| 67 | var errQuantileLabelNotAllowed = fmt.Errorf( |
no outgoing calls