Reset deletes all metrics in this vector.
()
| 128 | |
| 129 | // Reset deletes all metrics in this vector. |
| 130 | func (m *MetricVec) Reset() { m.metricMap.Reset() } |
| 131 | |
| 132 | // CurryWith returns a vector curried with the provided labels, i.e. the |
| 133 | // returned vector has those labels pre-set for all labeled operations performed |
no outgoing calls