| Package | Description |
|---|---|
| io.grpc.gcp.observability.interceptors |
| Modifier and Type | Field and Description |
|---|---|
static ConfigFilterHelper.FilterParams |
ConfigFilterHelper.NO_FILTER_PARAMS |
| Modifier and Type | Method and Description |
|---|---|
static ConfigFilterHelper.FilterParams |
ConfigFilterHelper.FilterParams.create(boolean log,
int headerBytes,
int messageBytes) |
ConfigFilterHelper.FilterParams |
ConfigFilterHelper.isMethodToBeLogged(io.grpc.MethodDescriptor<?,?> method)
Checks if the corresponding service/method passed needs to be logged as per the user provided
configuration.
|