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

com.wavefront.api.agent.Constants Maven / Gradle / Ivy

There is a newer version: 4.8
Show newest version
package com.wavefront.api.agent;

import java.util.UUID;

/**
 * Agent Constants.
 *
 * @author Clement Pang ([email protected])
 */
public abstract class Constants {

  /**
   * Formatted for graphite head
   */
  public static final String PUSH_FORMAT_GRAPHITE = "graphite";
  /**
   * Formatted for graphite head (without customer id in the metric name).
   */
  public static final String PUSH_FORMAT_GRAPHITE_V2 = "graphite_v2";
  /**
   * Work unit id for blocks of graphite-formatted data.
   */
  public static final UUID GRAPHITE_BLOCK_WORK_UNIT =
      UUID.fromString("12b37289-90b2-4b98-963f-75a27110b8da");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy