@ConfigurationProperties(value="spring.sleuth.metric") public class SleuthMetricProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SleuthMetricProperties.Span |
| Constructor and Description |
|---|
SleuthMetricProperties() |
| Modifier and Type | Method and Description |
|---|---|
SleuthMetricProperties.Span |
getSpan() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setSpan(SleuthMetricProperties.Span span) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public SleuthMetricProperties.Span getSpan()
public void setSpan(SleuthMetricProperties.Span span)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.