ObserveWithExemplar observes a datapoint with the given values. traceID will be added as exemplar.
(lbls labels.Labels, value float64, traceID string, multiplier float64)
| 36 | |
| 37 | // ObserveWithExemplar observes a datapoint with the given values. traceID will be added as exemplar. |
| 38 | ObserveWithExemplar(lbls labels.Labels, value float64, traceID string, multiplier float64) |
| 39 | } |
| 40 | |
| 41 | // Gauge |
no outgoing calls