This commit is contained in:
bel
2021-09-12 21:58:04 -06:00
commit 3997f8ce6e
670 changed files with 307605 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
## v1.2.0
- Adding new pacakge-level functions if consumers prefer to use a singleton Reporter. See `DefaultReporter`, `EnableStatsDReporter`, `IncCounter`, `AddToCounter`, `UpdateGauge`, `RecordHistogram`, `RecordTiming`, `NewTimer`, `Flush`.
## v1.1.0
- Adding new `RecordHistogram` API for recording non-timing scalars.
## v1.0.1
- Fixing bug with `NewTimer` that would always record a timing of 1 second.
## v1.0.0
Initial Release