public static class ObservabilityConfig.LogFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
headerBytes
Number of bytes of each header to log.
|
Integer |
messageBytes
Number of bytes of each header to log.
|
String |
pattern
Pattern indicating which service/method to log.
|
public final String pattern
public final Integer headerBytes
public final Integer messageBytes
public LogFilter(String pattern, Integer headerBytes, Integer messageBytes)
pattern - Pattern indicating which service/method to logheaderBytes - Number of bytes of each header to logmessageBytes - Number of bytes of each header to log