Are these services deployed in Kubernetes? If so, are you using the transparent proxy feature?
If you are, you can set the TransparentProxy.DialedDirectly option to true in the service defaults configuration entry. This will allow the individual instances to be accessed directly by downstream services, as opposed to the traffic being load balanced across the available upstream instances.