ErrorCounter returns simple numeric CounterValue without units.
(v int64)
| 44 | |
| 45 | // ErrorCounter returns simple numeric CounterValue without units. |
| 46 | func ErrorCounter(v int64) CounterValue { |
| 47 | return CounterValue{v, "", "error"} |
| 48 | } |
no outgoing calls