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

io.pcp.parfait.dropwizard.MetricAdapter Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package io.pcp.parfait.dropwizard;

import java.util.Set;

import io.pcp.parfait.Monitorable;

/**
 * An adapter for a Dropwizard metric
 */
public interface MetricAdapter {

    /**
     * Get the set of Monitorables for this Metric
     */
    Set getMonitorables();

    /**
     * Update the Monitorable(s) from the Metric
     */
    void updateMonitorables();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy