-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add config option to ignore tags with common prefix (#166)
Fixes #162 Added additional config options: 1. `ignore_tag_prefix_list`( in mongo aggregate and hybrid pump.) It will not store analytics for tags having prefix specified in the list. **Note**: Prefix `key-` is added in the list by default. This tag is added by gateway for keys. 2. `threshold_len_tag_list`( in mongo aggregate pump) If number of tags in a document grows beyond `threshold_len_tag_list`, pump will throw a warning. The warning will print top 5 common tag prefix. Default value is **1000**. To disable alerts set it to -1.
- Loading branch information
1 parent
8bfdb36
commit 6a1381c
Showing
3 changed files
with
119 additions
and
14 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