| Package | Description |
|---|---|
| zipkin2.storage |
| Modifier and Type | Class and Description |
|---|---|
static class |
InMemoryStorage.Builder |
| Modifier and Type | Method and Description |
|---|---|
StorageComponent.Builder |
StorageComponent.Builder.autocompleteCardinality(int autocompleteCardinality)
How many autocomplete key/value pairs to suppress at a time.
|
StorageComponent.Builder |
StorageComponent.Builder.autocompleteKeys(List<String> keys)
Autocomplete is used by the UI to suggest getValues for site-specific tags, such as environment
names.
|
StorageComponent.Builder |
StorageComponent.Builder.autocompleteTtl(int autocompleteTtl)
How long in milliseconds to suppress calls to write the same autocomplete key/value pair.
|
abstract StorageComponent.Builder |
StorageComponent.Builder.searchEnabled(boolean searchEnabled)
False is an attempt to disable indexing, leaving only
SpanStore.getTrace(String)
supported. |
abstract StorageComponent.Builder |
StorageComponent.Builder.strictTraceId(boolean strictTraceId)
Zipkin supports 64 and 128-bit trace identifiers, typically serialized as 16 or 32 character
hex strings.
|
Copyright © 2015–2019 OpenZipkin. All rights reserved.