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

com.wavefront.sdk.common.metrics.WavefrontSdkDeltaCounter Maven / Gradle / Ivy

package com.wavefront.sdk.common.metrics;

/**
 * A delta counter used for metrics that are internal to Wavefront SDKs. Delta Counters measures change since metric
 * was last recorded, and is prefixed with \u2206 (∆ - INCREMENT) or \u0394 (Δ - GREEK CAPITAL LETTER DELTA).
 *
 * @author Joanna Ko ([email protected]).
 * @version $Id: $Id
 */
public class WavefrontSdkDeltaCounter extends WavefrontSdkCounter {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy