Releases: slok/go-http-metrics
Releases · slok/go-http-metrics
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.8.0
v0.7.0
0.7.0 - 2020-06-02
Breaking change: The library has been refactored to be more flexible when adding new framework/libraries.
Added
- New middleware helper for the Echo framework.
Changed
- Refactored internally how the Middleware works and gets the data to make it easier to extend and more reliable.
- Added
Reporter
interface as the service responsible of getting the data to be measured. - All different framwork helpers now implement with the new Reporter way.
- Added
- Fixed Gin returning duplicated data (#31).
- (Breaking) Standard handler now is on
middleware/std
instead ofmiddleware
.
Removed
- Middleware interface in favor of a struct.
v0.6.1
v0.6.0
0.6.0 - 2019-12-11
Breaking changes
- The Recorder methods now receive properties in a single argument, this will make less breaking changes and better API (there where too many arguments for a function).
Added
- Added new
service
property to identify the service.
Changed
- The Recorder methods now receive properties in a single argument, this will make less breaking changes and better API (there where too many arguments for a function)