public final class GrpcKeys extends Object
binary annotation keys for gRPC| Modifier and Type | Field and Description |
|---|---|
static String |
GRPC_REMOTE_ADDR
Deprecated.
see
Constants.CLIENT_ADDR |
static String |
GRPC_STATUS_CODE
The
Status.Code, when not "OK". |
public static final String GRPC_STATUS_CODE
Status.Code, when not "OK". Ex. "CANCELLED"
Used to filter for error status.
@Deprecated public static final String GRPC_REMOTE_ADDR
Constants.CLIENT_ADDRCopyright © 2017 OpenZipkin. All rights reserved.