@ConfigurationProperties(value="spring.sleuth.baggage") public class SleuthBaggageProperties extends Object
| Constructor and Description |
|---|
SleuthBaggageProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCorrelationFields() |
List<String> |
getLocalFields() |
List<String> |
getRemoteFields() |
List<String> |
getTagFields() |
boolean |
isCorrelationEnabled() |
void |
setCorrelationEnabled(boolean correlationEnabled) |
void |
setCorrelationFields(List<String> correlationFields) |
void |
setLocalFields(List<String> localFields) |
void |
setRemoteFields(List<String> remoteFields) |
void |
setTagFields(List<String> tagFields) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.