Package org.aoju.bus.tracer.config
Interface TraceFilterConfig
- All Known Implementing Classes:
PropertiesBasedTraceFilter
public interface TraceFilterConfig
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfilterDeniedParams(Map<String, String> unfiltered, TraceFilterConfig.Channel channel) intintbooleanbooleanbooleanbooleanshouldProcessParam(String paramName, TraceFilterConfig.Channel channel)
-
Method Details
-
shouldProcessParam
-
filterDeniedParams
-
shouldProcessContext
-
shouldGenerateInvocationId
boolean shouldGenerateInvocationId() -
generatedInvocationIdLength
int generatedInvocationIdLength() -
shouldGenerateSessionId
boolean shouldGenerateSessionId() -
generatedSessionIdLength
int generatedSessionIdLength()
-