forked from cortexproject/cortex
-
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.
Disable label name validation (cortexproject#3736)
* allow label name validation to be skipped via request param Signed-off-by: Trevor Whitney <[email protected]> * expose distributor via grpc, force validation for http * distributor needs to be registered with grpc server so that other services have this new validation bypass option when talking to distributor directly * util used to translate http -> grpc always sets SkipLabelNameValidation to false to force validation on all http requests as only gRPC requests should be allowed to bypass this validation Signed-off-by: Trevor Whitney <[email protected]> * rename Distributor service to PushOnlyIngester Signed-off-by: Trevor Whitney <[email protected]>
- Loading branch information
1 parent
f0a0c54
commit e414714
Showing
7 changed files
with
306 additions
and
105 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.