| Package | Description |
|---|---|
| zipkin.storage.elasticsearch.http |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.builder() |
static ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.builder(okhttp3.OkHttpClient client) |
ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.Builder.dateSeparator(char dateSeparator)
The date separator to use when generating daily index names.
|
ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.Builder.hosts(List<String> hosts)
A list of elasticsearch nodes to connect to, in http://host:port or https://host:port
format.
|
abstract ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.Builder.hostsSupplier(ElasticsearchHttpStorage.HostsSupplier hosts)
Like
hosts(List), except the value is deferred. |
ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.Builder.index(String index)
The index prefix to use when generating daily index names.
|
abstract ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.Builder.indexReplicas(int indexReplicas)
The number of replica copies of each shard in the index.
|
abstract ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.Builder.indexShards(int indexShards)
The number of shards to split the index into.
|
abstract ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.Builder.maxRequests(int maxRequests)
Sets maximum in-flight requests from this process to any Elasticsearch host.
|
abstract ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.Builder.namesLookback(int namesLookback)
Only return span and service names where all
Span.timestamp are at or after
(now - lookback) in milliseconds. |
abstract ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.Builder.pipeline(String pipeline)
Only valid when the destination is Elasticsearch 5.x.
|
abstract ElasticsearchHttpStorage.Builder |
ElasticsearchHttpStorage.Builder.strictTraceId(boolean strictTraceId) |
Copyright © 2015–2017 OpenZipkin. All rights reserved.