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,21 +8,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99### Added
1010
11+ ### Changed
12+
13+ ### Fixed
14+
15+ ### Removed
16+
17+ # [ 1.7.0] - 2026-03-27
18+
19+ This release adds to the ` graphite ` plugin ability to send metrics
20+ to the multiple servers and hide replication metrics of the deleted
21+ replica.
22+
23+ ### Added
24+
1125- ` graphite ` : ability to send metrics to the multiple servers.
1226 Backward compatibility with previous plugin version is preserved.
1327 From now on ` init ` method assigns an unique name to the created fiber
1428 using incoming graphite server ` opts ` (if passed). Added new ` stop() `
15- method to stop all fibers started by the plugin.
16-
17- ### Changed
29+ method to stop all fibers started by the plugin (#540 ).
1830
1931### Fixed
2032
2133- Deleting a replica via ` box.space._cluster:delete() ` doesn't delete
2234 information about this replica from the metrics (it's gone only
23- after cluster is restarted).
24-
25- ### Removed
35+ after cluster is restarted) (#538 ).
2636
2737# [ 1.6.2] - 2025-12-17
2838
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.6.2 '
4+ return ' 1.7.0 '
You can’t perform that action at this time.
0 commit comments