| Package | Description |
|---|---|
| zipkin.storage |
| Modifier and Type | Method and Description |
|---|---|
static InMemoryStorage.Builder |
InMemoryStorage.builder() |
InMemoryStorage.Builder |
InMemoryStorage.Builder.maxSpanCount(int maxSpanCount)
Eldest traces are removed to ensure spans in memory don't exceed this value
|
InMemoryStorage.Builder |
InMemoryStorage.Builder.strictTraceId(boolean strictTraceId)
Zipkin supports 64 and 128-bit trace identifiers, typically serialized as 16 or 32 character
hex strings.
|
Copyright © 2015–2018 OpenZipkin. All rights reserved.