OpenSearch
OpenSearch copied to clipboard
add request labeling service/framework
Description
This PR provides the foundational support to add multitenant labels to ThreadContext
. This foundation provides a way to implement the LabelingPlugin
to define how to compute these labels using implicit/explicit attributes.
Related Issues
Resolves #13341
Check List
- [X] Functionality includes testing.
- [ ] API changes companion pull request created, if applicable.
- [ ] Public documentation issue/PR created, if applicable.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.