Skip to content

lua: bump metrics module#11950

Merged
sergepetrenko merged 1 commit intomasterfrom
patapenka-alexey/bump-metrics-to-1.6.0
Nov 7, 2025
Merged

lua: bump metrics module#11950
sergepetrenko merged 1 commit intomasterfrom
patapenka-alexey/bump-metrics-to-1.6.0

Conversation

@patapenka-alexey patapenka-alexey force-pushed the patapenka-alexey/bump-metrics-to-1.6.0 branch from 892ef25 to 389f5a5 Compare October 17, 2025 14:33
@coveralls
Copy link

coveralls commented Oct 20, 2025

Coverage Status

coverage: 87.679% (+0.04%) from 87.635%
when pulling e88b2fe on patapenka-alexey/bump-metrics-to-1.6.0
into b3a6cf9
on master
.

@patapenka-alexey patapenka-alexey force-pushed the patapenka-alexey/bump-metrics-to-1.6.0 branch from 35dc6da to b719ca3 Compare October 20, 2025 14:30
@patapenka-alexey patapenka-alexey marked this pull request as ready for review October 20, 2025 14:54
@patapenka-alexey patapenka-alexey requested a review from a team as a code owner October 20, 2025 14:54
@sergepetrenko sergepetrenko self-assigned this Oct 20, 2025
Copy link
Collaborator

@sergepetrenko sergepetrenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch!
Please see my comments below.

patapenka-alexey added a commit that referenced this pull request Oct 22, 2025
Bump metric package submodule to 1.6.1. Commits from PR[1-8] add
and remove metrics to Tarantool.

1. tarantool/metrics#508
2. tarantool/metrics#516
3. tarantool/metrics#519
4. tarantool/metrics#521
5. tarantool/metrics#524
6. tarantool/metrics#525
7. tarantool/metrics#527
8. tarantool/metrics#529

Closes #11950

@TarantoolBot document
Title: Bump metrics module to 1.6.1

`'tnt_memory'`, `'tnt_memory_virt'`, `'schema_needs_upgrade'` are new
metrics, introduced in metrics 1.6.0, and enabled by default.

`'tnt_cartridge_config_checksum'` is new metric, introduced in
metrics 1.5.0.

New optional ``label_keys`` parameter for ``counter()`` and ``gauge()``
metrics are presented in metrics 1.4.0.
@patapenka-alexey patapenka-alexey force-pushed the patapenka-alexey/bump-metrics-to-1.6.0 branch 2 times, most recently from 9381624 to fc3f795 Compare October 22, 2025 07:13
patapenka-alexey added a commit that referenced this pull request Oct 22, 2025
Bump metric package submodule to 1.6.1. Commits from PR[1-7] add
and remove metrics to Tarantool.

1. tarantool/metrics#508
2. tarantool/metrics#516
3. tarantool/metrics#519
4. tarantool/metrics#521
5. tarantool/metrics#524
6. tarantool/metrics#527
7. tarantool/metrics#529

Closes #11950

@TarantoolBot document
Title: Bump metrics module to 1.6.1

`'tnt_memory'`, `'tnt_memory_virt'`, `'schema_needs_upgrade'` are new
metrics, introduced in metrics 1.6.0, and enabled by default.

`'tnt_cartridge_config_checksum'` is new metric, introduced in
metrics 1.5.0.

New optional ``label_keys`` parameter for ``counter()`` and ``gauge()``
metrics are presented in metrics 1.4.0.
patapenka-alexey added a commit that referenced this pull request Oct 22, 2025
Bump metric package submodule to 1.6.1. Commits from PR[1-7] add
new metrics to Tarantool.

1. tarantool/metrics#508
2. tarantool/metrics#516
3. tarantool/metrics#519
4. tarantool/metrics#521
5. tarantool/metrics#524
6. tarantool/metrics#527
7. tarantool/metrics#529

Closes #11950

@TarantoolBot document
Title: Bump metrics module to 1.6.1

`'tnt_memory'`, `'tnt_memory_virt'`, `'schema_needs_upgrade'` are new
metrics, introduced in metrics 1.6.0, and enabled by default.

`'tnt_cartridge_config_checksum'` is new metric, introduced in
metrics 1.5.0.

New optional ``label_keys`` parameter for ``counter()`` and ``gauge()``
metrics are presented in metrics 1.4.0.
@patapenka-alexey patapenka-alexey force-pushed the patapenka-alexey/bump-metrics-to-1.6.0 branch from fc3f795 to be45123 Compare October 22, 2025 07:57
@patapenka-alexey patapenka-alexey force-pushed the patapenka-alexey/bump-metrics-to-1.6.0 branch from be45123 to af8a86e Compare October 22, 2025 11:31
patapenka-alexey added a commit that referenced this pull request Oct 22, 2025
Bump metric package submodule to 1.6.1. Commits from PR[1-7] add
new metrics to Tarantool.

1. tarantool/metrics#508
2. tarantool/metrics#516
3. tarantool/metrics#519
4. tarantool/metrics#521
5. tarantool/metrics#524
6. tarantool/metrics#527
7. tarantool/metrics#529

Closes #11950

@TarantoolBot document
Title: Bump metrics module to 1.6.1

`'tnt_memory'`, `'tnt_memory_virt'`, `'schema_needs_upgrade'` are new
metrics, introduced in metrics 1.6.0, and enabled by default.

`'tnt_cartridge_config_checksum'` is new metric, introduced in
metrics 1.5.0.

New optional ``label_keys`` parameter for ``counter()`` and ``gauge()``
metrics are presented in metrics 1.4.0.
patapenka-alexey added a commit that referenced this pull request Oct 23, 2025
Bump metric package submodule to 1.6.1. Commits from PR[1-7] add
new metrics to Tarantool.

1. tarantool/metrics#508
2. tarantool/metrics#516
3. tarantool/metrics#519
4. tarantool/metrics#521
5. tarantool/metrics#524
6. tarantool/metrics#527
7. tarantool/metrics#529

Closes #11950

@TarantoolBot document
Title: Bump metrics module to 1.6.1

`'tnt_memory'`, `'tnt_memory_virt'`, `'schema_needs_upgrade'` are new
metrics, introduced in metrics 1.6.0, and enabled by default.

`'tnt_cartridge_config_checksum'` is new metric, introduced in
metrics 1.5.0.

New optional ``label_keys`` parameter for ``counter()`` and ``gauge()``
metrics are presented in metrics 1.4.0.
@patapenka-alexey patapenka-alexey force-pushed the patapenka-alexey/bump-metrics-to-1.6.0 branch from af8a86e to f5aa981 Compare October 23, 2025 05:32
patapenka-alexey added a commit that referenced this pull request Oct 23, 2025
Bump metric package submodule to 1.6.1. Commits from PR[1-7] add
new metrics to Tarantool.

1. tarantool/metrics#508
2. tarantool/metrics#516
3. tarantool/metrics#519
4. tarantool/metrics#521
5. tarantool/metrics#524
6. tarantool/metrics#527
7. tarantool/metrics#529

Closes #11950

@TarantoolBot document
Title: Bump metrics module to 1.6.1

`'tnt_memory'`, `'tnt_memory_virt'`, `'schema_needs_upgrade'` are new
metrics, introduced in metrics 1.6.0, and enabled by default.

`'tnt_cartridge_config_checksum'` is new metric, introduced in
metrics 1.5.0.

New optional ``label_keys`` parameter for ``counter()`` and ``gauge()``
metrics are presented in metrics 1.4.0.
@patapenka-alexey patapenka-alexey force-pushed the patapenka-alexey/bump-metrics-to-1.6.0 branch from f5aa981 to fc634a5 Compare October 23, 2025 05:33
@patapenka-alexey patapenka-alexey force-pushed the patapenka-alexey/bump-metrics-to-1.6.0 branch from fc634a5 to fc6bfb9 Compare October 28, 2025 06:25
patapenka-alexey added a commit that referenced this pull request Oct 28, 2025
Bump metric package submodule to 1.6.1. Commits from PR[1-7] add
new metrics to Tarantool.

1. tarantool/metrics#508
2. tarantool/metrics#516
3. tarantool/metrics#519
4. tarantool/metrics#521
5. tarantool/metrics#524
6. tarantool/metrics#527
7. tarantool/metrics#529

Closes #11950

@TarantoolBot document
Title: Bump metrics module to 1.6.1

`'tnt_memory'`, `'tnt_memory_virt'`, `'schema_needs_upgrade'` are new
metrics, introduced in metrics 1.6.0, and enabled by default.

`'tnt_cartridge_config_checksum'` is new metric, introduced in
metrics 1.5.0.

New optional ``label_keys`` parameter for ``counter()`` and ``gauge()``
metrics are presented in metrics 1.4.0.
@patapenka-alexey
Copy link
Contributor Author

Rebased.

Copy link
Member

@georgiy-belyanin georgiy-belyanin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for working on this.

@georgiy-belyanin georgiy-belyanin removed their assignment Oct 28, 2025
patapenka-alexey added a commit that referenced this pull request Oct 29, 2025
Bump metric package submodule to 1.6.1. Commits from PR[1-7] add
new metrics to Tarantool.

1. tarantool/metrics#508
2. tarantool/metrics#516
3. tarantool/metrics#519
4. tarantool/metrics#521
5. tarantool/metrics#524
6. tarantool/metrics#527
7. tarantool/metrics#529

Closes #11950

@TarantoolBot document
Title: Bump metrics module to 1.6.1

`'tnt_memory'`, `'tnt_memory_virt'`, `'schema_needs_upgrade'` are new
metrics, introduced in metrics 1.6.0, and enabled by default.

`'tnt_cartridge_config_checksum'` is new metric, introduced in
metrics 1.5.0.

New optional ``label_keys`` parameter for ``counter()`` and ``gauge()``
metrics are presented in metrics 1.4.0.
@patapenka-alexey patapenka-alexey force-pushed the patapenka-alexey/bump-metrics-to-1.6.0 branch from fc6bfb9 to f08a452 Compare October 29, 2025 18:52
@patapenka-alexey
Copy link
Contributor Author

Rebased.

Bump metric package submodule to 1.6.1. Commits from PR[1-7] add
new metrics to Tarantool.

1. tarantool/metrics#508
2. tarantool/metrics#516
3. tarantool/metrics#519
4. tarantool/metrics#521
5. tarantool/metrics#524
6. tarantool/metrics#527
7. tarantool/metrics#529

Closes #11950

@TarantoolBot document
Title: Bump metrics module to 1.6.1

`'tnt_memory'`, `'tnt_memory_virt'`, `'schema_needs_upgrade'` are new
metrics, introduced in metrics 1.6.0, and enabled by default.

`'tnt_cartridge_config_checksum'` is new metric, introduced in
metrics 1.5.0.

New optional ``label_keys`` parameter for ``counter()`` and ``gauge()``
metrics are presented in metrics 1.4.0.
@patapenka-alexey patapenka-alexey force-pushed the patapenka-alexey/bump-metrics-to-1.6.0 branch from f08a452 to e88b2fe Compare November 3, 2025 05:07
@patapenka-alexey
Copy link
Contributor Author

Rebased.

Copy link
Collaborator

@sergepetrenko sergepetrenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fixes!
LGTM.

@sergepetrenko sergepetrenko added the full-ci Enables all tests for a pull request label Nov 7, 2025
@sergepetrenko sergepetrenko merged commit 5b6daec into master Nov 7, 2025
59 of 61 checks passed
@sergepetrenko sergepetrenko deleted the patapenka-alexey/bump-metrics-to-1.6.0 branch November 7, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

full-ci Enables all tests for a pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants