| Package | Description |
|---|---|
| zipkin.collector | |
| zipkin.storage |
| Modifier and Type | Method and Description |
|---|---|
CollectorComponent.Builder |
CollectorComponent.Builder.storage(StorageComponent storage)
Once spans are sampled, they are
queued for
storage using this component. |
Collector.Builder |
Collector.Builder.storage(StorageComponent storage) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStorage
Test storage component that keeps all spans in memory, accepting them on the calling thread.
|
| Modifier and Type | Method and Description |
|---|---|
StorageComponent |
StorageComponent.Builder.build() |
Copyright © 2015–2018 OpenZipkin. All rights reserved.