forked from tarantool/tarantool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. tarantool/metrics@ba9726d 2. tarantool/metrics@3370f85 3. tarantool/test-run#426 NO_DOC=doc is a part of submodule NO_TEST=repo runs submodule tests, no new test files are added (cherry picked from commit 50f7425)
- Loading branch information
1 parent
bfde66f
commit 9a8da4a
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## feature/lua | ||
|
||
* Added a `tnt_election_leader_idle` metric to built-in `metrics`. |
Submodule metrics
updated
17 files
+8 −2 | .github/workflows/reusable-test.yml | |
+14 −2 | .github/workflows/test.yml | |
+2 −0 | CHANGELOG.md | |
+2 −2 | Makefile | |
+1 −1 | README.md | |
+222 −0 | doc/monitoring/api_reference.rst | |
+221 −196 | doc/monitoring/getting_started.rst | |
+272 −0 | doc/monitoring/getting_started_cartridge.rst | |
+ − | doc/monitoring/images/histogram-buckets.png | |
+ − | doc/monitoring/images/histogram.png | |
+ − | doc/monitoring/images/summary-buckets.png | |
+2 −0 | doc/monitoring/index.rst | |
+57 −0 | doc/monitoring/install.rst | |
+3 −0 | doc/monitoring/metrics_reference.rst | |
+6 −0 | metrics/tarantool/info.lua | |
+202 −138 | test/http_middleware_test.lua | |
+23 −0 | test/tarantool/info_metrics_test.lua |