Fix 1715 drop profiles support for labeled sources#2027
Fix 1715 drop profiles support for labeled sources#2027ryanjbaxter merged 8 commits intospring-cloud:mainfrom
Conversation
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
We are removing the support for labeled sources coupled with profile based sources
Currently, when we read some sources by labels, we would get their names. For example: when we search by labels : But, if
This has been talked here @ryanjbaxter this is ready also, and unlike the previous ones, is more substantial. |
| return labelsToSearchAgainst.entrySet().containsAll((labels.entrySet())); | ||
| }).toList(); | ||
|
|
||
| // Compute profile-based source names (based on the ones we found by labels) |
There was a problem hiding this comment.
this is the actual fix: we are no longer taking into consideration includeProfileSpecificSources for labeled searches.
Everything else in this PR is changes around this sole piece of code
No description provided.