Releases: yabeda-rb/yabeda-prometheus
Releases · yabeda-rb/yabeda-prometheus
0.9.1: Compatibility with Rack 3 and Rack 2
0.9.0: Summary support, metrics compression, prometheus-client update
0.8.0: Allow to specify logger and Prometheus instance for push gateway
0.7.0: Debug mode with histogram for response rendering duration
Added
- Debug mode with metric
yabeda_prometheus_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]
v0.6.2: Fix compatibility with yabeda-rack-attack
uninitialized constant Yabeda::Rack::Handler (NameError)
v0.6.1: Fixes for requiring dependencies
Changed
- Fixed issue with Push Gateway require. #13 by @baarkerlounger.
- Fixed possible issue with rack absense in non-web applications. Declared it as a dependency. @Envek