-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*: Allow exposing multiple label-sets (#1284)
* *: Allow exposing multiple label-sets * pkg/store: Add more multi-label-sets matching tests * Address comments * If LabelSet is empty, and Labels is not, use Labels as LabelSet This is used for backward compatibility of the querier with store APIs that don't expose LabelSet yet. * pkg/store/proxy.go: Correctly handle no label-sets discovered * pkg/query: Encapsulate LabelSet defaulting in spec.Metadata
- Loading branch information
Showing
17 changed files
with
1,290 additions
and
567 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
Oops, something went wrong.