public static class OtelProcessorProperties.Batch extends Object
BatchSpanProcessor.| Constructor and Description |
|---|
Batch() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getExporterTimeout() |
Integer |
getMaxExportBatchSize() |
Integer |
getMaxQueueSize() |
Long |
getScheduleDelay() |
void |
setExporterTimeout(long exporterTimeout) |
void |
setMaxExportBatchSize(int maxExportBatchSize) |
void |
setMaxQueueSize(int maxQueueSize) |
void |
setScheduleDelay(long scheduleDelay) |
public Long getScheduleDelay()
public void setScheduleDelay(long scheduleDelay)
public Integer getMaxQueueSize()
public void setMaxQueueSize(int maxQueueSize)
public Integer getMaxExportBatchSize()
public void setMaxExportBatchSize(int maxExportBatchSize)
public Long getExporterTimeout()
public void setExporterTimeout(long exporterTimeout)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.