com.wavefront.common.TraceConstants Maven / Gradle / Ivy
The newest version!
package com.wavefront.common;
/**
* Trace constants.
*
* @author Anil Kodali ([email protected])
*/
public abstract class TraceConstants {
//TODO: Put the below constants in https://github.com/wavefrontHQ/wavefront-sdk-java
// Span References
// See https://opentracing.io/specification/ for more information about span references.
public static final String FOLLOWS_FROM_KEY = "followsFrom";
public static final String PARENT_KEY = "parent";
}