File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99### Added
1010
11- - Added ` metrics.namespace() ` and ` metrics.set_filter() ` to mark custom
12- collectors/callbacks with selectors and filter them at collection time.
13-
1411### Changed
1512
1613### Fixed
1714
1815### Removed
1916
17+ # [ 1.8.0] - 2026-06-10
18+
19+ This release adds selector-based filtering for custom metrics. Custom
20+ metrics can now be associated with hierarchical selectors and controlled
21+ via ` metrics.set_filter() ` or ` metrics.cfg() ` include/exclude options.
22+ Unknown include/exclude entries are treated as custom selectors, while
23+ built-in metric group names keep the existing behavior.
24+
25+ ### Added
26+
27+ - Added ` metrics.namespace() ` and ` metrics.set_filter() ` to mark custom
28+ collectors/callbacks with selectors and filter them at collection time
29+ (#543 ).
30+
2031# [ 1.7.0] - 2026-03-27
2132
2233This release adds to the ` graphite ` plugin ability to send metrics
Original file line number Diff line number Diff line change 11-- Сontains the module version.
22-- Requires manual update in case of release commit.
33
4- return ' 1.7 .0'
4+ return ' 1.8 .0'
You can’t perform that action at this time.
0 commit comments