| 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.logRpcMethod(String fullMethodName,
boolean client)
Checks if the corresponding service/method passed needs to be logged according to user provided
observability configuration.
|