RecordInt64Count records the measurement alongside labels on the int count associated with the provided handle.
(handle *Int64CountHandle, incr int64, labels ...string)
| 47 | // RecordInt64Count records the measurement alongside labels on the int |
| 48 | // count associated with the provided handle. |
| 49 | RecordInt64Count(handle *Int64CountHandle, incr int64, labels ...string) |
| 50 | // RecordFloat64Count records the measurement alongside labels on the float |
| 51 | // count associated with the provided handle. |
| 52 | RecordFloat64Count(handle *Float64CountHandle, incr float64, labels ...string) |
no outgoing calls
no test coverage detected