com.github.kristofa.brave.BraveAnnotations Maven / Gradle / Ivy
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