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

com.despegar.khronus.jclient.Gauge Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
package com.despegar.khronus.jclient;

public class Gauge extends Measure {
    public Gauge(String metricName, long value, long timestamp) {
        super(metricName, value, timestamp);
    }
    @Override
    public MetricType getType() {
        return MetricType.gauge;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy