Releases: tarantool/metrics
Release list
1.8.1
This release fixes a bug where custom metrics selectors would continue
to collect data with the exclude = {'all'} configuration.
Fixed
- Fixed
metrics.cfg{exclude = {'all'}}so it excludes custom metric
selectors in addition to built-in metric groups (#548).
1.8.0
This release adds selector-based filtering for custom metrics. Custom
metrics can now be associated with hierarchical selectors and controlled
via metrics.set_filter() or metrics.cfg() include/exclude options.
Unknown include/exclude entries are treated as custom selectors, while
built-in metric group names keep the existing behavior.
Added
- Added
metrics.namespace()andmetrics.set_filter()to mark custom
collectors/callbacks with selectors and filter them at collection time
(#543).
1.7.0
This release adds to the graphite plugin ability to send metrics
to the multiple servers and hide replication metrics of the deleted
replica.
Added
graphite: ability to send metrics to the multiple servers.
Backward compatibility with previous plugin version is preserved.
From now oninitmethod assigns an unique name to the created fiber
using incoming graphite serveropts(if passed). Added newstop()
method to stop all fibers started by the plugin (#540).
Fixed
- Deleting a replica via
box.space._cluster:delete()doesn't delete
information about this replica from the metrics (it's gone only
after cluster is restarted) (#538).
1.6.2
This release fixes the No such file or directory error that occurs
if the /proc/<pid>/stat file does not exist.
Fixed
- The
errormessage level displayed when the/proc/<pid>/statfile is missing
has been changed toverbose. (#536).
1.6.1
This release introduces fix of the box.schema.needs_upgrade metric.
Fixed
- Use
box.schema.needs_upgradeinstead ofbox.schema_needs_upgrade(#529).
1.6.0
1.5.0
Added
tnt_cartridge_config_checksummetric.
Removed
tnt_cartridge_config_appliedmetric that only reflected local node state.
1.4.0
Added
tnt_cartridge_config_appliedmetric.- New optional
label_keysparameter forcounter()andgauge()metrics.
1.3.1
Empty technical release. Identical to 1.3.0.
1.3.0
Added
- New metrics category in config:
cpu_extended.
Fixed
- Use
box.info.roinstead ofbox.cfg.read_onlyin replication metrics.