-
Notifications
You must be signed in to change notification settings - Fork 26
schema: add schema needs upgrade metric #524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3890b64
to
80093d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, squash commits into a single one.
0a85e9a
to
7ee5609
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, fix the squashed commit message:
[schema: add schema needs upgrade metric](https://github.com/tarantool/metrics/pull/524/commits/7ee56095d1a685c1466dce80b862f676da11672a)
Metric checks whether schema needs an upgrade. Value 1 means upgrade required, 0 means schema up-to-date.
Closes TNTP-4904
update doc
fix lint
fix doc
add box.cfg check
->
schema: add schema needs upgrade metric
Metric checks whether schema needs an upgrade. Value 1 means upgrade
required, 0 means schema up-to-date.
Closes TNTP-4904
There is two fixes:
- A commit message line should be < 72 chars.
- Remove extra lines.
7ee5609
to
d8ffc61
Compare
Metric checks whether schema needs an upgrade. Value 1 means upgrade required, 0 means schema up-to-date. Closes TNTP-4904
d8ffc61
to
750aad0
Compare
sorry, fixed message |
Bump metric package submodule. Commits from PR[1-5] add new metric to Tarantool. 1. tarantool/metrics#519 2. tarantool/metrics#521 3. tarantool/metrics#524 4. tarantool/metrics#525 5. tarantool/metrics#527
Bump metric package submodule. Commits from PR[1-5] add new metric to Tarantool. 1. tarantool/metrics#519 2. tarantool/metrics#521 3. tarantool/metrics#524 4. tarantool/metrics#525 5. tarantool/metrics#527 @TarantoolBot document Title: Document `new system memory metrics` `'tnt_memory'`, `'tnt_memory_virt'`, `'schema_needs_upgrade'` are new metrics, introduced in metrics 1.6.0, and enabled by default.
Metric checks whether schema needs an upgrade. Value 1 means upgrade required, 0 means schema up-to-date.
Closes TNTP-4904
I didn't forget about
Close #523