Skip to content

Commit 391304b

Browse files
Release 0.10.0 (#269)
1 parent ccf6bb6 commit 391304b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.10.0] - 2021-08-03
910
### Changed
1011
- metrics registry refactoring to search with `O(1)` [#188](https://github.com/tarantool/metrics/issues/188)
1112
- `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
1819
- allow to create summary without observations [#265](https://github.com/tarantool/metrics/issues/265)
1920

2021
### 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)
2223
- set custom global labels in config and with `set_labels` function [#259](https://github.com/tarantool/metrics/issues/259)
2324
- allow to include and exclude default metrics in config and in `enable_default_metrics` function
2425
[#222](https://github.com/tarantool/metrics/issues/222)

0 commit comments

Comments
 (0)