Skip to content

Commit 5f65f4c

Browse files
Release 0.6.1
1 parent 0f1ffd0 commit 5f65f4c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.6.1] - 2021-01-20
810
### Fixed
911
- package reloading works for `metrics.quantile`
1012
- instance_name in alias label if no alias present

doc/monitoring/getting_started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ via configuration.
111111

112112
#. After role initialization, default metrics will be enabled and the global
113113
label ``'alias'`` will be set. **Note** that ``'alias'`` label value is set by
114-
instance :ref:`configuration option <cartridge-cfg>` ``alias``.
114+
instance :ref:`configuration option <cartridge-cfg>` ``alias`` or ``instance_name`` (since **0.6.1**).
115115

116116
If you need to use the functionality of any
117117
metrics package, you may get it as a Cartridge service and use it like

0 commit comments

Comments
 (0)