TotalValue returns the sum of total values collected by the collector
()
| 25 | |
| 26 | // TotalValue returns the sum of total values collected by the collector |
| 27 | func (mc *MetricsCollector) TotalValue() uint64 { |
| 28 | return mc.totalValue.Load() |
| 29 | } |
no outgoing calls