io.prometheus.client.exemplars.ExemplarSampler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simpleclient Show documentation
Show all versions of simpleclient Show documentation
Core instrumentation library for the simpleclient.
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