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

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

package com.wavefront.sdk.common.metrics;

/**
 * A gauge used for metrics that are internal to Wavefront SDKs.
 *
 * @author Han Zhang ([email protected]).
 * @version $Id: $Id
 */
@FunctionalInterface
public interface WavefrontSdkGauge extends WavefrontSdkMetric {
  /**
   * Gets the gauge's current value.
   *
   * @return The current value.
   */
  T getValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy