| Package | Description |
|---|---|
| org.aoju.bus.tracer.binding.spring.boot | |
| org.aoju.bus.tracer.config |
| Modifier and Type | Method and Description |
|---|---|
Map<TraceFilterConfiguration.Channel,Pattern> |
TraceProperties.getFilter() |
Map<TraceFilterConfiguration.Channel,Pattern> |
TraceProperties.Profile.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
TraceProperties.setFilter(Map<TraceFilterConfiguration.Channel,Pattern> filter) |
void |
TraceProperties.Profile.setFilter(Map<TraceFilterConfiguration.Channel,Pattern> filter) |
| Modifier and Type | Method and Description |
|---|---|
static TraceFilterConfiguration.Channel |
TraceFilterConfiguration.Channel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceFilterConfiguration.Channel[] |
TraceFilterConfiguration.Channel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
TraceFilterConfiguration.filterDeniedParams(Map<String,String> unfiltered,
TraceFilterConfiguration.Channel channel) |
Map<String,String> |
PropertiesBasedTraceFilterConfiguration.filterDeniedParams(Map<String,String> unfiltered,
TraceFilterConfiguration.Channel channel) |
boolean |
TraceFilterConfiguration.shouldProcessContext(TraceFilterConfiguration.Channel channel) |
boolean |
PropertiesBasedTraceFilterConfiguration.shouldProcessContext(TraceFilterConfiguration.Channel channel) |
boolean |
TraceFilterConfiguration.shouldProcessParam(String paramName,
TraceFilterConfiguration.Channel channel) |
boolean |
PropertiesBasedTraceFilterConfiguration.shouldProcessParam(String paramName,
TraceFilterConfiguration.Channel channel) |
Copyright © 2019. All rights reserved.