@ConfigurationProperties(value="spring.zipkin") public class ZipkinProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipkinProperties.Compression
When enabled, spans are gzipped before sent to the zipkin server
|
| Constructor and Description |
|---|
ZipkinProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
ZipkinProperties.Compression |
getCompression() |
int |
getFlushInterval() |
boolean |
isEnabled() |
void |
setBaseUrl(String baseUrl) |
void |
setCompression(ZipkinProperties.Compression compression) |
void |
setEnabled(boolean enabled) |
void |
setFlushInterval(int flushInterval) |
public String getBaseUrl()
public boolean isEnabled()
public int getFlushInterval()
public ZipkinProperties.Compression getCompression()
public void setBaseUrl(String baseUrl)
public void setEnabled(boolean enabled)
public void setFlushInterval(int flushInterval)
public void setCompression(ZipkinProperties.Compression compression)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.