com.github.kristofa.brave.BraveAnnotations Maven / Gradle / Ivy
package com.github.kristofa.brave;
import com.twitter.zipkin.gen.zipkinCoreConstants;
/**
* Annotations that add to the {@link zipkinCoreConstants}.
*
* @author kristof
*/
public class BraveAnnotations {
/**
* Thread duration.
*/
public static final String THREAD_DURATION = "td";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy