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

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

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

/**
 * The strategy used to retrieve the metric descriptor for metrics being adapted
 */
public interface MetricDescriptorLookup {

    /**
     * Get the metric descriptor for the specified metric
     *
     * @param metricName The name the metric is publish under in Dropwizard
     * @return The MetricDescriptor for that metric
     */
    MetricDescriptor getDescriptorFor(String metricName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy