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

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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy