net.thisptr.java.prometheus.metrics.agent.scraper.ScrapeRule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-prometheus-metrics-agent Show documentation
Show all versions of java-prometheus-metrics-agent Show documentation
Java agent for collecting and reporting metrics to Prometheus
package net.thisptr.java.prometheus.metrics.agent.scraper;
import java.util.List;
import net.thisptr.java.prometheus.metrics.agent.misc.AttributeNamePattern;
public interface ScrapeRule {
List patterns();
boolean skip();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy