Skip to content

Commit 7dda21e

Browse files
committed
0.3.0: Histogram buckets config
1 parent 15f3b07 commit 7dda21e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.3.0 - 2025-10-20
9+
10+
### Added
11+
12+
- Ability to configure histogram bucket sizes for the `response_duration` metric. [#10](https://github.com/yabeda-rb/yabeda-http_requests/pull/10) by [@ryan-dyer-sp][]
13+
814
## 0.2.1 - 2023-12-14
915

1016
### Fixed
@@ -43,3 +49,4 @@ Initial release.
4349
[@danmarcab]: https://github.com/danmarcab "Daniel Marín"
4450
[@Envek]: https://github.com/Envek "Andrey Novikov"
4551
[@webmat]: https://github.com/webmat "Mathieu Martin"
52+
[@ryan-dyer-sp]: https://github.com/ryan-dyer-sp "Ryan"

lib/yabeda/http_requests/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Yabeda
44
module HttpRequests
5-
VERSION = '0.2.1'
5+
VERSION = '0.3.0'
66
end
77
end

0 commit comments

Comments
 (0)