Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

46 lines (30 loc) · 1.03 KB

Changelog

0.4.0 - 2019-03-27

Breaking changes

  • The Recorder methods now receive a context argument.

Added

  • OpenCensus recorder implementation.

0.3.0 - 2019-03-24

Added

  • Inflight requests metric per handler.

0.2.0 - 2019-03-22

Added

  • Metrics of HTTP response size in bytes.
  • Make the label names of Prometheus recorder configurable.

0.1.0 - 2019-03-18

Added

  • Gorestful compatible middleware.
  • Httprouter compatible middleware.
  • Negroni compatible middleware.
  • Option to group by status codes.
  • Predefined handler label.
  • URL infered handler label.
  • Middleware.
  • HTTP latency requests.
  • Prometheus recorder.