RawCount sets the value of a metric of type counter. A counter is a cumulative metrics that can only increase. RawCount sets the current value of the counter.
(name string, value int64)
| 23 | // cumulative metrics that can only increase. RawCount sets the current |
| 24 | // value of the counter. |
| 25 | RawCount(name string, value int64) |
| 26 | |
| 27 | // RawCountWithTags sets the value of a metric or type counter and associates |
| 28 | // that value with a set of tags. |
no outgoing calls