-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cfg: allow to use array-only include/exclude (#466)
* cfg: allow to use array-only include/exclude Before this patch, a user needed to set either string or array table value to enable or disable default metrics. Tarantool 3 configuration prototype prefers more strict type system, so it was proposed to use `include={'all'}` instead of `include='all'` and `exclude={'all'}` instead of `include='none'` [1]. This patch doesn't yet forbid using existing API and not deprecates it. Defaults had also remained unchanged for now. 1. https://www.notion.so/tarantool/metrics-9fa1b8843b2341848db040f2558d8fab * make: rebuild if module contents had changed Before this patch, if module files had been updated, .rocks had not been rebuilt. If being used with Tarantool 2.11 or newer (which supports rocks override), it resulted in tests running with old version of the package.
- Loading branch information
1 parent
72d00da
commit 4865675
Showing
5 changed files
with
80 additions
and
8 deletions.
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
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
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
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
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