Skip to content

Commit

Permalink
0.2.0: Debug mode with histogram for response rendering duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Jul 21, 2021
1 parent 11c66c1 commit 20ff480
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.2.0 - 2021-07-21

### Added

- Debug mode with metric `yabeda_prometheus_mmap_render_duration` to measure how long takes to render response with already collected metrics for Prometheus. Requires Yabeda 0.10+. [@Envek], [@dsalahutdinov]

### Changed

- Yabeda 0.10.0 or newer is required. [@Envek]

## 0.1.2 - 2021-06-23

### Fixed

- Fix `uninitialized constant Yabeda::Rack::Handler (NameError)` when using [yabeda-rack-attack](https://github.com/dsalahutdinov/yabeda-rack-attack). [@dsalahutdinov]

## 0.1.1 - 2020-08-04

### Fixed
Expand All @@ -17,3 +33,4 @@ Initial release. [@dsalahutdinov][]

[@macchiang]: https://github.com/macchiang "Mac"
[@dsalahutdinov]: https://github.com/dsalahutdinov "Salahutdinov Dmitry"
[@Envek]: https://github.com/Envek "Andrey Novikov"
2 changes: 1 addition & 1 deletion lib/yabeda/prometheus/mmap/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Yabeda
module Prometheus
module Mmap
VERSION = '0.1.2'
VERSION = '0.2.0'
end
end
end

0 comments on commit 20ff480

Please sign in to comment.