Log your metrics.
Setup your logger using the https://github.com/tokenized/logger
Then at the top of functions that you want to measure.
defer metrics.Elapsed(ctx, time.Now(), "your-func-name")
(c) Tokenized Ltd. 2020 All rights reserved
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Log your metrics.
Setup your logger using the https://github.com/tokenized/logger
Then at the top of functions that you want to measure.
defer metrics.Elapsed(ctx, time.Now(), "your-func-name")
(c) Tokenized Ltd. 2020 All rights reserved