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

com.github.kristofa.brave.BraveAnnotations Maven / Gradle / Ivy

There is a newer version: 4.13.6
Show newest version
package com.github.kristofa.brave;

/**
 * Annotations that add to the {@link zipkin.Constants}.
 * 
 * @author kristof
 * @deprecated unused; will be removed in Brave 2.0
 */
@Deprecated
public class BraveAnnotations {

    /**
     * Thread duration.
     */
    public static final String THREAD_DURATION = "td";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy