File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.10.0] - 2021-08-03
9
10
### Changed
10
11
- metrics registry refactoring to search with ` O(1) ` [ #188 ] ( https://github.com/tarantool/metrics/issues/188 )
11
12
- ` ipairs ` instead of ` pairs ` while iteration in ` histogram ` [ #196 ] ( https://github.com/tarantool/metrics/issues/196 )
@@ -18,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
19
- allow to create summary without observations [ #265 ] ( https://github.com/tarantool/metrics/issues/265 )
19
20
20
21
### Added
21
- - ` tnt_clock_delta ` metric to compute clock difference on instances
22
+ - ` tnt_clock_delta ` metric to compute clock difference on instances [ # 232 ] ( https://github.com/tarantool/metrics/issues/232 )
22
23
- set custom global labels in config and with ` set_labels ` function [ #259 ] ( https://github.com/tarantool/metrics/issues/259 )
23
24
- allow to include and exclude default metrics in config and in ` enable_default_metrics ` function
24
25
[ #222 ] ( https://github.com/tarantool/metrics/issues/222 )
You can’t perform that action at this time.
0 commit comments