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

io.github.quickmsg.metric.InfluxDbMetricRegistry Maven / Gradle / Ivy

There is a newer version: 2.0.12
Show newest version
package io.github.quickmsg.metric;

import io.github.quickmsg.common.metric.AbstractMetricRegistry;
import io.github.quickmsg.common.metric.MetricCounter;

import java.util.List;

/**
 * @author luxurong
 */
public class InfluxDbMetricRegistry extends AbstractMetricRegistry {


    public InfluxDbMetricRegistry(List counters) {
        super(counters);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy