Releases: tarantool/metrics
Releases · tarantool/metrics
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
1.6.1
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.
1.2.0
Added
- New Tarantool 3 metrics:
- tnt_config_alerts
- tnt_config_status
1.1.0
Added
-
metrics.cfg{}"all"metasection for arrayincludeandexclude
(metrics.cfg{include={'all'}}can be used instead ofmetrics.cfg{include='all'},
metrics.cfg{exclude={'all'}}can be used instead ofmetrics.cfg{include='none'}) -
tnt_election_leader_idlemetric. -
Histogram now logs a warning if
observeis called withcdatavalue.
Changed
-
Inconsistent metrics descrtiptions for memtx metrics.
-
New memory metrics:
- tnt_memtx_tuples_data_total
- tnt_memtx_tuples_data_read_view
- tnt_memtx_tuples_data_garbage
- tnt_memtx_index_total
- tnt_memtx_index_read_view
- tnt_vinyl_memory_tuple
Deprecated
- Using
cdatavalues withhistogram:observe.