Package com.wavefront.api.agent
Class Constants
- java.lang.Object
-
- com.wavefront.api.agent.Constants
-
public abstract class Constants extends Object
Agent MetricConstants.- Author:
- Clement Pang (clement@wavefront.com)
-
-
Field Summary
Fields Modifier and Type Field Description static UUIDGRAPHITE_BLOCK_WORK_UNITWork unit id for blocks of graphite-formatted data.static StringPUSH_FORMAT_EVENTSLine-delimited format for eventsstatic StringPUSH_FORMAT_GRAPHITEFormatted for graphite headstatic StringPUSH_FORMAT_GRAPHITE_V2Formatted for graphite head (without customer id in the metric name).static StringPUSH_FORMAT_HISTOGRAMWavefront histogram formatstatic StringPUSH_FORMAT_SOURCETAGSLine-delimited format for source tag commandsstatic StringPUSH_FORMAT_TRACINGWavefront tracing formatstatic StringPUSH_FORMAT_TRACING_SPAN_LOGSstatic StringPUSH_FORMAT_WAVEFRONT
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
PUSH_FORMAT_GRAPHITE
public static final String PUSH_FORMAT_GRAPHITE
Formatted for graphite head- See Also:
- Constant Field Values
-
PUSH_FORMAT_GRAPHITE_V2
public static final String PUSH_FORMAT_GRAPHITE_V2
Formatted for graphite head (without customer id in the metric name).- See Also:
- Constant Field Values
-
PUSH_FORMAT_WAVEFRONT
public static final String PUSH_FORMAT_WAVEFRONT
- See Also:
- Constant Field Values
-
PUSH_FORMAT_HISTOGRAM
public static final String PUSH_FORMAT_HISTOGRAM
Wavefront histogram format- See Also:
- Constant Field Values
-
PUSH_FORMAT_SOURCETAGS
public static final String PUSH_FORMAT_SOURCETAGS
Line-delimited format for source tag commands- See Also:
- Constant Field Values
-
PUSH_FORMAT_EVENTS
public static final String PUSH_FORMAT_EVENTS
Line-delimited format for events- See Also:
- Constant Field Values
-
PUSH_FORMAT_TRACING
public static final String PUSH_FORMAT_TRACING
Wavefront tracing format- See Also:
- Constant Field Values
-
PUSH_FORMAT_TRACING_SPAN_LOGS
public static final String PUSH_FORMAT_TRACING_SPAN_LOGS
- See Also:
- Constant Field Values
-
GRAPHITE_BLOCK_WORK_UNIT
public static final UUID GRAPHITE_BLOCK_WORK_UNIT
Work unit id for blocks of graphite-formatted data.
-
-