From 50f74250e2423223352ed2dd1907789629b4bfad Mon Sep 17 00:00:00 2001 From: Georgy Moiseev <moiseev.georgii@gmail.com> Date: Tue, 2 Apr 2024 14:35:35 +0300 Subject: [PATCH] lua: bump metrics module Bump metrics package submodule. There are 8 new commits, but only two of them affects Tarantool: - Add election_leader_idle metric [1]; - test: run log capture tests on a separate server [2]; the other 6 affect documentation and CI/CD scripts of the original repo. The latter one is required to bump luatest in test-run [3], since otherwise metrics log capture test fails on a new version. 1. https://github.com/tarantool/metrics/commit/ba9726d9b0cdfb22aa56d852f7fdc7b0aa22756a 2. https://github.com/tarantool/metrics/commit/3370f856efd4172bf24916e66e3846eeb01550a8 3. https://github.com/tarantool/test-run/pull/426 NO_DOC=doc is a part of submodule NO_TEST=repo runs submodule tests, no new test files are added --- changelogs/unreleased/bump-metrics-to-3370f85.md | 3 +++ third_party/metrics | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/bump-metrics-to-3370f85.md diff --git a/changelogs/unreleased/bump-metrics-to-3370f85.md b/changelogs/unreleased/bump-metrics-to-3370f85.md new file mode 100644 index 0000000000..13cdec52ee --- /dev/null +++ b/changelogs/unreleased/bump-metrics-to-3370f85.md @@ -0,0 +1,3 @@ +## feature/lua + +* Added a `tnt_election_leader_idle` metric to built-in `metrics`. diff --git a/third_party/metrics b/third_party/metrics index 4865675c22..3370f856ef 160000 --- a/third_party/metrics +++ b/third_party/metrics @@ -1 +1 @@ -Subproject commit 4865675c22f1b94248cb6ed5d818a73ea7713270 +Subproject commit 3370f856efd4172bf24916e66e3846eeb01550a8 -- GitLab