11 lines
437 B
Markdown
Executable File
11 lines
437 B
Markdown
Executable File
## 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 |