Skip to content

Commit 7994bae

Browse files
Release 1.8.0
1 parent 5f5e92d commit 7994bae

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2233
This release adds to the `graphite` plugin ability to send metrics

metrics/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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'

0 commit comments

Comments
 (0)