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

io.prometheus.client.exemplars.ExemplarSampler Maven / Gradle / Ivy

The newest version!
package 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