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

com.aliyun.openservices.shade.io.prometheus.client.exemplars.ExemplarSampler Maven / Gradle / Ivy

There is a newer version: 1.9.4.Final
Show newest version
package com.aliyun.openservices.shade.io.prometheus.client.exemplars;

/**
 * For convenience, an interface for implementing both,
 * the {@link CounterExemplarSampler} and the {@link HistogramExemplarSampler}.
 */
public interface ExemplarSampler extends CounterExemplarSampler, HistogramExemplarSampler {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy