DeltaCount increments the value of a metric of type counter by delta. delta must be positive.
(name string, delta int64)
| 31 | // DeltaCount increments the value of a metric of type counter by delta. |
| 32 | // delta must be positive. |
| 33 | DeltaCount(name string, delta int64) |
| 34 | |
| 35 | // DeltaCountWithTags increments the value of a metric or type counter and |
| 36 | // associates that value with a set of tags. |
no outgoing calls