-
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.
Fix searchTags and bad dimension name
This commit resolves prometheus-community#365. In cases in which the name of the dimensions for a given metric didn't match a dimension in our searchTags list, we would pass a default global query for all metrics under a given namespace into our list, returning metrics we meant to filter. A test case was added to cover. In addition, I decorated a debug log entry that was useful in finding this bug.
- Loading branch information
1 parent
b299d6d
commit 1d85f70
Showing
3 changed files
with
124 additions
and
5 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