com.github.kristofa.brave.grpc.GrpcKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brave-grpc Show documentation
Show all versions of brave-grpc Show documentation
gRPC integration that uses the brave api to submit client and server side span information.
The newest version!
package com.github.kristofa.brave.grpc;
import com.twitter.zipkin.gen.BinaryAnnotation;
import io.grpc.Status;
/** Well-known {@link BinaryAnnotation#key binary annotation keys} for gRPC */
public final class GrpcKeys {
/**
* The {@link Status.Code}, when not "OK". Ex. "CANCELLED"
*
* Used to filter for error status.
*/
public static final String GRPC_STATUS_CODE = "grpc.status_code";
private GrpcKeys() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy