@Configuration
@ConditionalOnProperty(name="zipkin.storage.type",
havingValue="elasticsearch")
public class ZipkinElasticsearchOkHttpAutoConfiguration
extends Object
Here are the major features:
This bean will register even if the http transport isn't in use (ex using Elasticsearch's native api). This is a complexity tradeoff as detecting if http is strictly needed is not straight-forward. For example, even though the hosts might contain http urls, in the case of Amazon, the hosts collection can be blank (lookup host by domain name).
Copyright © 2015–2017 OpenZipkin. All rights reserved.