All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.kristofa.brave.grpc.GrpcKeys Maven / Gradle / Ivy

Go to download

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