@ConfigurationProperties(value="spring.sleuth.http") public class SleuthHttpProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SleuthHttpProperties.Legacy
Legacy Sleuth support.
|
| Constructor and Description |
|---|
SleuthHttpProperties() |
| Modifier and Type | Method and Description |
|---|---|
SleuthHttpProperties.Legacy |
getLegacy() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setLegacy(SleuthHttpProperties.Legacy legacy) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public SleuthHttpProperties.Legacy getLegacy()
public void setLegacy(SleuthHttpProperties.Legacy legacy)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.