com.aliyun.openservices.shade.io.prometheus.client.exemplars.ExemplarSampler Maven / Gradle / Ivy
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